[Zope3-checkins] CVS: Zope3/src/zope/app/sqlscript/tests -
test_sqlscript.py:1.8
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/sqlscript/tests
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/sqlscript/tests
Modified Files:
test_sqlscript.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/sqlscript/tests/test_sqlscript.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/sqlscript/tests/test_sqlscript.py:1.7 Sat Mar 13 16:03:22 2004
+++ Zope3/src/zope/app/sqlscript/tests/test_sqlscript.py Sat Mar 13 18:01:13 2004
@@ -27,10 +27,9 @@
from zope.app.component import nextservice
from zope.app.tests.placelesssetup import PlacelessSetup
-from zope.app.interfaces.annotation import IAnnotatable
-from zope.app.interfaces.annotation import IAnnotations
-from zope.app.interfaces.annotation import IAttributeAnnotatable
-from zope.app.attributeannotations import AttributeAnnotations
+from zope.app.annotation.interfaces import IAnnotatable, IAnnotations
+from zope.app.annotation.interfaces import IAttributeAnnotatable
+from zope.app.annotation.attribute import AttributeAnnotations
from zope.app.cache.interfaces import ICacheable, ICache
from zope.app.cache.annotationcacheable import AnnotationCacheable
More information about the Zope3-Checkins
mailing list