[Zope3-checkins] CVS: Zope3/src/zope/app/registration - registration.py:1.3

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


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

Modified Files:
	registration.py 
Log Message:


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




=== Zope3/src/zope/app/registration/registration.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/registration/registration.py:1.2	Sat Mar 13 13:10:52 2004
+++ Zope3/src/zope/app/registration/registration.py	Sat Mar 13 17:02:07 2004
@@ -21,7 +21,7 @@
 from zope.app.container.interfaces import IAddNotifiable, IRemoveNotifiable
 from zope.app import zapi
 from zope.app.interfaces.annotation import IAttributeAnnotatable
-from zope.app.interfaces.dependable import IDependable, DependencyError
+from zope.app.dependable.interfaces import IDependable, DependencyError
 from zope.app.module.interfaces import IModuleManager
 from zope.exceptions import DuplicationError
 from zope.fssync.server.entryadapter import ObjectEntryAdapter




More information about the Zope3-Checkins mailing list