[Zope3-checkins] CVS: Zope3/src/zope/app/schemacontent - configure.zcml:1.3 content.py:1.6

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


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

Modified Files:
	configure.zcml content.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/schemacontent/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/schemacontent/configure.zcml:1.2	Thu Mar 11 07:38:17 2004
+++ Zope3/src/zope/app/schemacontent/configure.zcml	Sat Mar 13 18:01:06 2004
@@ -15,7 +15,7 @@
       interface="zope.app.utility.interfaces.ILocalUtility" />
 
     <implements
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+      interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
 
     <require
       permission="zope.ManageServices"
@@ -55,7 +55,7 @@
 
   <content class=".content.ContentComponentInstance">
     <implements
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+      interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
   </content>
 
   <include package=".browser" />


=== Zope3/src/zope/app/schemacontent/content.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/schemacontent/content.py:1.5	Sat Mar 13 13:01:19 2004
+++ Zope3/src/zope/app/schemacontent/content.py	Sat Mar 13 18:01:06 2004
@@ -19,7 +19,7 @@
 from persistent.dict import PersistentDict
 from zope.app import zapi
 from zope.app.i18n import ZopeMessageIDFactory as _
-from zope.app.interfaces.annotation import IAnnotations
+from zope.app.annotation.interfaces import IAnnotations
 from zope.app.container.interfaces import IAdding
 from zope.app.menu.interfaces import ILocalBrowserMenu, ILocalBrowserMenuService
 from zope.app.registration.interfaces import ActiveStatus




More information about the Zope3-Checkins mailing list