[Zope3-checkins] CVS: Zope3/src/zope/app/pythonpage - tests.py:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 16:03:50 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/pythonpage
In directory cvs.zope.org:/tmp/cvs-serv31403/src/zope/app/pythonpage
Modified Files:
tests.py
Log Message:
Moved traversing interfaces to zope.app.traversing.interfaces.
=== Zope3/src/zope/app/pythonpage/tests.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/pythonpage/tests.py:1.3 Tue Mar 2 10:50:04 2004
+++ Zope3/src/zope/app/pythonpage/tests.py Sat Mar 13 16:03:19 2004
@@ -18,8 +18,8 @@
import unittest
from zope.app import zapi
from zope.app.container.contained import Contained
-from zope.app.interfaces.traversing import IContainmentRoot
-from zope.app.interfaces.traversing import IPhysicallyLocatable
+from zope.app.traversing.interfaces import IContainmentRoot
+from zope.app.traversing.interfaces import IPhysicallyLocatable
from zope.app.interpreter.interfaces import IInterpreter
from zope.app.interpreter.python import PythonInterpreter
from zope.app.location import LocationPhysicallyLocatable
More information about the Zope3-Checkins
mailing list