[Zope3-checkins] CVS: Zope3/src/zope/app/registration/tests - test_registrations.py:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 17:02:41 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/registration/tests
In directory cvs.zope.org:/tmp/cvs-serv11189/src/zope/app/registration/tests

Modified Files:
	test_registrations.py 
Log Message:


Move dependable interfaces to zope.app.dependable.interfaces after making
zope.app.dependable a package.




=== Zope3/src/zope/app/registration/tests/test_registrations.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/registration/tests/test_registrations.py:1.1	Sat Mar 13 13:01:18 2004
+++ Zope3/src/zope/app/registration/tests/test_registrations.py	Sat Mar 13 17:02:07 2004
@@ -22,11 +22,11 @@
 from zope.app.registration.interfaces import UnregisteredStatus
 from zope.app.registration.interfaces import RegisteredStatus
 from zope.app.registration.interfaces import ActiveStatus
-from zope.app.interfaces.dependable import DependencyError
+from zope.app.dependable.interfaces import DependencyError
 from zope.app.registration.registration import \
      SimpleRegistration, ComponentRegistration
 from zope.app.site.tests.placefulsetup import PlacefulSetup
-from zope.app.interfaces.dependable import IDependable
+from zope.app.dependable.interfaces import IDependable
 from zope.app.traversing import traverse
 from zope.security.proxy import Proxy
 from zope.app.container.contained import ObjectRemovedEvent




More information about the Zope3-Checkins mailing list