[Zope3-checkins] CVS: Zope3/src/zope/app/container/browser/tests -
	test_adding.py:1.3
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 23:45:21 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/container/browser/tests
In directory cvs.zope.org:/tmp/cvs-serv2821/src/zope/app/container/browser/tests
Modified Files:
	test_adding.py 
Log Message:
Move exception views and interfaces to their own package zope.app.exception.
=== Zope3/src/zope/app/container/browser/tests/test_adding.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/container/browser/tests/test_adding.py:1.2	Sat Mar 13 22:44:06 2004
+++ Zope3/src/zope/app/container/browser/tests/test_adding.py	Sat Mar 13 23:44:50 2004
@@ -23,7 +23,7 @@
 from zope.app.container.browser.adding import Adding
 from zope.app.container.interfaces import IAdding
 from zope.app.container.interfaces import IObjectAddedEvent
-from zope.app.interfaces.exceptions import UserError
+from zope.app.exception.interfaces import UserError
 from zope.app.traversing.interfaces import IContainmentRoot
 from zope.app.tests.placelesssetup import PlacelessSetup, setUp, tearDown
 from zope.component.interfaces import IFactory
    
    
More information about the Zope3-Checkins
mailing list