[Zope3-checkins] CVS: Zope3/src/zope/app/registration/tests -
test_registered.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:36 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/registration/tests
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/registration/tests
Modified Files:
test_registered.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/registration/tests/test_registered.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/registration/tests/test_registered.py:1.2 Sat Mar 13 16:03:19 2004
+++ Zope3/src/zope/app/registration/tests/test_registered.py Sat Mar 13 18:01:05 2004
@@ -16,7 +16,7 @@
"""
from unittest import TestCase, TestSuite, main, makeSuite
from zope.app.registration.registration import Registered
-from zope.app.interfaces.annotation import IAnnotations
+from zope.app.annotation.interfaces import IAnnotations
from zope.app.traversing.interfaces import ITraverser
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.interface import implements
More information about the Zope3-Checkins
mailing list