[Zope3-checkins] CVS: Zope3/src/zope/app/wiki/tests -
test_wikipagehierarchy.py:1.2
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 12:51:55 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/wiki/tests
In directory cvs.zope.org:/tmp/cvs-serv28764/wiki/tests
Modified Files:
test_wikipagehierarchy.py
Log Message:
Moved location-related code, incl. interfaces and tests, to a new
zope.app.location package.
=== Zope3/src/zope/app/wiki/tests/test_wikipagehierarchy.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/wiki/tests/test_wikipagehierarchy.py:1.1 Fri Feb 27 06:07:01 2004
+++ Zope3/src/zope/app/wiki/tests/test_wikipagehierarchy.py Tue Mar 2 12:51:54 2004
@@ -22,7 +22,7 @@
from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable
from zope.app.interfaces.traversing import IPhysicallyLocatable
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
from zope.app.services.tests.placefulsetup import PlacefulSetup
from zope.app.attributeannotations import AttributeAnnotations
More information about the Zope3-Checkins
mailing list