[Zope3-checkins] CVS: Zope3/src/zope/app/catalog - catalog.py:1.24
configure.zcml:1.9
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:48 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/catalog
Modified Files:
catalog.py configure.zcml
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/catalog/catalog.py 1.23 => 1.24 ===
--- Zope3/src/zope/app/catalog/catalog.py:1.23 Thu Mar 11 07:38:10 2004
+++ Zope3/src/zope/app/catalog/catalog.py Sat Mar 13 18:00:47 2004
@@ -25,7 +25,7 @@
from zope.app.zapi import getService
from zope.app.services.servicenames import HubIds
from zope.app.event.interfaces import ISubscriber
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
from zope.app.utility.interfaces import ILocalUtility
from zope.app.container.interfaces import IRemoveNotifiable, IAddNotifiable
from zope.app.container.interfaces import IContainer
=== Zope3/src/zope/app/catalog/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/catalog/configure.zcml:1.8 Tue Mar 9 07:38:47 2004
+++ Zope3/src/zope/app/catalog/configure.zcml Sat Mar 13 18:00:47 2004
@@ -5,7 +5,7 @@
<content class=".catalog.Catalog">
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
<factory
id="zope.app.catalog"
More information about the Zope3-Checkins
mailing list