[Zope3-checkins] CVS: Zope3/src/zope/app/folder - interfaces.py:1.6

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


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

Modified Files:
	interfaces.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/folder/interfaces.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/folder/interfaces.py:1.5	Sat Mar 13 16:03:10 2004
+++ Zope3/src/zope/app/folder/interfaces.py	Sat Mar 13 18:00:54 2004
@@ -19,7 +19,7 @@
 from zope.app.container.interfaces import IContainer, IContentContainer
 from zope.app.traversing.interfaces import IContainmentRoot
 from zope.app.site.interfaces import IPossibleSite
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
 
 class IFolder(IContainer, IContentContainer, IPossibleSite,
               IAttributeAnnotatable):




More information about the Zope3-Checkins mailing list