[Zope3-checkins] CVS: Zope3/src/zope/app/presentation/tests - test_presentation.py:1.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 16:03:49 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/presentation/tests
In directory cvs.zope.org:/tmp/cvs-serv31403/src/zope/app/presentation/tests

Modified Files:
	test_presentation.py 
Log Message:


Moved traversing interfaces to zope.app.traversing.interfaces.


=== Zope3/src/zope/app/presentation/tests/test_presentation.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/presentation/tests/test_presentation.py:1.3	Sat Mar 13 13:01:16 2004
+++ Zope3/src/zope/app/presentation/tests/test_presentation.py	Sat Mar 13 16:03:17 2004
@@ -52,7 +52,7 @@
 from zope.app.interfaces.dependable import IDependable
 from zope.app.interfaces.annotation import IAttributeAnnotatable
 from zope.app.registration.interfaces import IRegistered
-from zope.app.interfaces.traversing import IPhysicallyLocatable
+from zope.app.traversing.interfaces import IPhysicallyLocatable
 from zope.app.dependable import Dependable
 
 class I1(Interface):




More information about the Zope3-Checkins mailing list