[Zope3-checkins] CVS: Zope3/src/zope/app/broken - broken.py:1.5
	configure.zcml:1.4
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 18:01:42 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/broken
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/broken
Modified Files:
	broken.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/broken/broken.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/broken/broken.py:1.4	Fri Mar  5 17:08:52 2004
+++ Zope3/src/zope/app/broken/broken.py	Sat Mar 13 18:00:40 2004
@@ -24,7 +24,7 @@
 import zope.security.checker
 
 
-from zope.app.interfaces.annotation import IAnnotations
+from zope.app.annotation.interfaces import IAnnotations
 
 class IBroken(zope.interface.Interface):
     """Marker interface for broken objects
=== Zope3/src/zope/app/broken/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/broken/configure.zcml:1.3	Thu Mar  4 17:41:47 2004
+++ Zope3/src/zope/app/broken/configure.zcml	Sat Mar 13 18:00:40 2004
@@ -4,7 +4,7 @@
     >
 
   <content class=".broken.Broken">
-    <allow interface="zope.app.interfaces.annotation.IAnnotations" />
+    <allow interface="zope.app.annotation.interfaces.IAnnotations" />
   </content>
 
   <event:subscribe
    
    
More information about the Zope3-Checkins
mailing list