[Zope3-checkins] CVS: Zope3/src/zope/app/menu - configure.zcml:1.3
tests.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 13:01:45 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/menu
In directory cvs.zope.org:/tmp/cvs-serv27233/src/zope/app/menu
Modified Files:
configure.zcml tests.py
Log Message:
Moved registration code to zope.app.registration. Created module aliases, so
that old ZODBs work.
=== Zope3/src/zope/app/menu/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/menu/configure.zcml:1.2 Thu Mar 11 07:38:13 2004
+++ Zope3/src/zope/app/menu/configure.zcml Sat Mar 13 13:01:13 2004
@@ -10,7 +10,7 @@
<require
permission="zope.ManageServices"
- interface="zope.app.interfaces.services.registration.IRegistry"
+ interface="zope.app.registration.interfaces.IRegistry"
attributes="menu menuItem" />
</content>
=== Zope3/src/zope/app/menu/tests.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/menu/tests.py:1.2 Thu Mar 11 07:38:13 2004
+++ Zope3/src/zope/app/menu/tests.py Sat Mar 13 13:01:13 2004
@@ -22,7 +22,7 @@
from zope.publisher.interfaces.browser import IBrowserPublisher
from zope.app.interfaces.annotation import IAttributeAnnotatable
from zope.app.publisher.interfaces.browser import IBrowserMenuService
-from zope.app.interfaces.services.registration import ActiveStatus
+from zope.app.registration.interfaces import ActiveStatus
from zope.app.utility.interfaces import ILocalUtility
from zope.app.publisher.browser.globalbrowsermenuservice import \
globalBrowserMenuService
More information about the Zope3-Checkins
mailing list