[Zope3-checkins] CVS: Zope3/src/zope/app/wiki/tests -
test_wikimail.py:1.5 test_wikipagehierarchy.py:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:46 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/wiki/tests
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/wiki/tests
Modified Files:
test_wikimail.py test_wikipagehierarchy.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/wiki/tests/test_wikimail.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/wiki/tests/test_wikimail.py:1.4 Sat Mar 13 10:21:40 2004
+++ Zope3/src/zope/app/wiki/tests/test_wikimail.py Sat Mar 13 18:01:15 2004
@@ -21,9 +21,9 @@
from zope.app.tests import ztapi
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.app.site.tests.placefulsetup import PlacefulSetup
-from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
from zope.app.event.interfaces import ISubscriber
-from zope.app.attributeannotations import AttributeAnnotations
+from zope.app.annotation.attribute import AttributeAnnotations
from zope.app.wiki.interfaces import IWikiPage, IWiki, IMailSubscriptions
from zope.app.wiki.wikipage import WikiPage
=== Zope3/src/zope/app/wiki/tests/test_wikipagehierarchy.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/wiki/tests/test_wikipagehierarchy.py:1.5 Sat Mar 13 16:03:25 2004
+++ Zope3/src/zope/app/wiki/tests/test_wikipagehierarchy.py Sat Mar 13 18:01:15 2004
@@ -20,12 +20,12 @@
from zope.interface import implements, classImplements
from zope.app.tests import ztapi
-from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable
+from zope.app.annotation.interfaces import IAnnotations, IAttributeAnnotatable
from zope.app.traversing.interfaces import IPhysicallyLocatable
from zope.app.location.interfaces import ILocation
from zope.app.site.tests.placefulsetup import PlacefulSetup
-from zope.app.attributeannotations import AttributeAnnotations
+from zope.app.annotation.attribute import AttributeAnnotations
from zope.app.location import LocationPhysicallyLocatable
from zope.app.wiki.interfaces import IWikiPage, IWikiPageHierarchy
More information about the Zope3-Checkins
mailing list