[Zope3-checkins] CVS: Zope3/src/zope/app/onlinehelp/tests - test_helpdirectives.py:1.9 test_onlinehelp.py:1.9

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


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

Modified Files:
	test_helpdirectives.py test_onlinehelp.py 
Log Message:


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


=== Zope3/src/zope/app/onlinehelp/tests/test_helpdirectives.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/onlinehelp/tests/test_helpdirectives.py:1.8	Thu Nov 27 08:59:22 2003
+++ Zope3/src/zope/app/onlinehelp/tests/test_helpdirectives.py	Sat Mar 13 16:03:16 2004
@@ -17,8 +17,8 @@
 """
 import unittest
 
-from zope.app.interfaces.traversing import IPhysicallyLocatable
-from zope.app.interfaces.traversing import ITraverser, ITraversable
+from zope.app.traversing.interfaces import IPhysicallyLocatable
+from zope.app.traversing.interfaces import ITraverser, ITraversable
 from zope.app.onlinehelp import tests
 from zope.app.onlinehelp import help
 from zope.app.location import LocationPhysicallyLocatable


=== Zope3/src/zope/app/onlinehelp/tests/test_onlinehelp.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/onlinehelp/tests/test_onlinehelp.py:1.8	Fri Feb 27 11:15:26 2004
+++ Zope3/src/zope/app/onlinehelp/tests/test_onlinehelp.py	Sat Mar 13 16:03:16 2004
@@ -22,8 +22,8 @@
 from zope.interface import Interface
 from zope.interface.verify import verifyObject
 from zope.app.onlinehelp import OnlineHelp, IOnlineHelp
-from zope.app.interfaces.traversing import ITraversable, IPhysicallyLocatable
-from zope.app.interfaces.traversing import IContainmentRoot, ITraverser
+from zope.app.traversing.interfaces import ITraversable, IPhysicallyLocatable
+from zope.app.traversing.interfaces import IContainmentRoot, ITraverser
 from zope.app.location import LocationPhysicallyLocatable
 from zope.app.traversing.adapters import Traverser, DefaultTraversable
 from test_onlinehelptopic import TestOnlineHelpTopic, testdir




More information about the Zope3-Checkins mailing list