[Zope3-checkins] CVS: Zope3/src/zope/app/schemacontent - content.py:1.5

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:50 EST 2004


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

Modified Files:
	content.py 
Log Message:


Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.


=== Zope3/src/zope/app/schemacontent/content.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/schemacontent/content.py:1.4	Sat Mar 13 10:21:31 2004
+++ Zope3/src/zope/app/schemacontent/content.py	Sat Mar 13 13:01:19 2004
@@ -22,7 +22,7 @@
 from zope.app.interfaces.annotation import IAnnotations
 from zope.app.container.interfaces import IAdding
 from zope.app.menu.interfaces import ILocalBrowserMenu, ILocalBrowserMenuService
-from zope.app.interfaces.services.registration import ActiveStatus
+from zope.app.registration.interfaces import ActiveStatus
 from zope.app.container.contained import Contained
 from zope.app.menu import \
      LocalBrowserMenuService, LocalBrowserMenu, LocalBrowserMenuItem




More information about the Zope3-Checkins mailing list