[Zope3-checkins] CVS: Zope3/src/zope/app/module - __init__.py:1.2

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


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

Modified Files:
	__init__.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/module/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/module/__init__.py:1.1	Wed Mar 10 12:00:54 2004
+++ Zope3/src/zope/app/module/__init__.py	Sat Mar 13 18:00:59 2004
@@ -21,7 +21,7 @@
 from zope.security.proxy import trustedRemoveSecurityProxy
 
 from zope.app.event import function
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
 from zope.app.interfaces.file import IFileFactory
 from zope.app.module.interfaces import IModuleManager
 from zope.fssync.server.entryadapter import ObjectEntryAdapter, AttrMapping




More information about the Zope3-Checkins mailing list