[Zope3-checkins] CVS: Zope3/src/zope/app/dependable -
configure.zcml:1.1 __init__.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:22 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/dependable
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/dependable
Modified Files:
__init__.py
Added Files:
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.
=== Added File Zope3/src/zope/app/dependable/configure.zcml ===
<configure
xmlns="http://namespaces.zope.org/zope"
>
<adapter
factory="zope.app.dependable.Dependable"
provides="zope.app.dependable.interfaces.IDependable"
for="zope.app.annotation.interfaces.IAnnotatable" />
</configure>
=== Zope3/src/zope/app/dependable/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/dependable/__init__.py:1.1 Sat Mar 13 17:02:04 2004
+++ Zope3/src/zope/app/dependable/__init__.py Sat Mar 13 18:00:51 2004
@@ -18,7 +18,7 @@
__metaclass__ = type
from interfaces import IDependable
-from zope.app.interfaces.annotation import IAnnotations
+from zope.app.annotation.interfaces import IAnnotations
from zope.app.traversing import getParent, canonicalPath, getPath
from zope.interface import implements
More information about the Zope3-Checkins
mailing list