[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container/ftests -
test_contents.py:1.9
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:42 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/container/ftests
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/browser/container/ftests
Modified Files:
test_contents.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/browser/container/ftests/test_contents.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/container/ftests/test_contents.py:1.8 Sat Mar 6 11:50:14 2004
+++ Zope3/src/zope/app/browser/container/ftests/test_contents.py Sat Mar 13 18:00:41 2004
@@ -23,7 +23,7 @@
from zope.interface import implements
from zope.app import zapi
-from zope.app.interfaces.annotation import IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAttributeAnnotatable
from zope.app.dublincore.interfaces import IZopeDublinCore
class File(Persistent):
More information about the Zope3-Checkins
mailing list