[Zope3-checkins] CVS: Zope3/src/zope/app/dav/tests -
test_propfind.py:1.19
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:20 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/dav/tests
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/dav/tests
Modified Files:
test_propfind.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/dav/tests/test_propfind.py 1.18 => 1.19 ===
--- Zope3/src/zope/app/dav/tests/test_propfind.py:1.18 Sat Mar 13 10:21:14 2004
+++ Zope3/src/zope/app/dav/tests/test_propfind.py Sat Mar 13 18:00:49 2004
@@ -36,8 +36,8 @@
from zope.app.container.interfaces import IReadContainer
from zope.app.dublincore.interfaces import IZopeDublinCore
from zope.app.dublincore.annotatableadapter import ZDCAnnotatableAdapter
-from zope.app.interfaces.annotation import IAnnotatable, IAnnotations
-from zope.app.attributeannotations import AttributeAnnotations
+from zope.app.annotation.interfaces import IAnnotatable, IAnnotations
+from zope.app.annotation.attribute import AttributeAnnotations
from zope.app.dav import propfind
from zope.app.dav.interfaces import IDAVSchema
More information about the Zope3-Checkins
mailing list