[Zope3-checkins] CVS: Zope3/src/zope/app/menu - configure.zcml:1.4
tests.py:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:29 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/menu
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/menu
Modified Files:
configure.zcml tests.py
Log Message:
Created annotation package in zope.app.
Moved annotation interfaces to zope.app.annotation.interfaces.
Moved attributeannotations to zope.app.annotation.attribute.
=== Zope3/src/zope/app/menu/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/menu/configure.zcml:1.3 Sat Mar 13 13:01:13 2004
+++ Zope3/src/zope/app/menu/configure.zcml Sat Mar 13 18:00:58 2004
@@ -33,7 +33,7 @@
interface="zope.app.utility.interfaces.ILocalUtility" />
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
<require
permission="zope.ManageServices"
@@ -51,7 +51,7 @@
description="A Persistent Browser Menu Item" />
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
<require
permission="zope.ManageServices"
=== Zope3/src/zope/app/menu/tests.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/menu/tests.py:1.3 Sat Mar 13 13:01:13 2004
+++ Zope3/src/zope/app/menu/tests.py Sat Mar 13 18:00:58 2004
@@ -20,7 +20,7 @@
from zope.app import zapi
from interfaces import ILocalBrowserMenuService, ILocalBrowserMenu
from zope.publisher.interfaces.browser import IBrowserPublisher
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
from zope.app.publisher.interfaces.browser import IBrowserMenuService
from zope.app.registration.interfaces import ActiveStatus
from zope.app.utility.interfaces import ILocalUtility
More information about the Zope3-Checkins
mailing list