[Zope3-checkins] CVS: Zope3/src/zope/app/container/browser - adding.py:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 23:45:20 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/container/browser
In directory cvs.zope.org:/tmp/cvs-serv2821/src/zope/app/container/browser

Modified Files:
	adding.py 
Log Message:


Move exception views and interfaces to their own package zope.app.exception.




=== Zope3/src/zope/app/container/browser/adding.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/container/browser/adding.py:1.1	Sat Mar 13 21:17:02 2004
+++ Zope3/src/zope/app/container/browser/adding.py	Sat Mar 13 23:44:50 2004
@@ -26,7 +26,7 @@
 from zope.proxy import removeAllProxies
 from zope.component.interfaces import IFactory
 
-from zope.app.interfaces.exceptions import UserError
+from zope.app.exception.interfaces import UserError
 from zope.app.container.interfaces import IAdding
 from zope.app.container.interfaces import IContainerNamesContainer
 from zope.app.container.interfaces import INameChooser




More information about the Zope3-Checkins mailing list