[Zope3-checkins] CVS: Zope3/src/zope/app/hub/tests -
test_objecthub.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 16:03:45 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/hub/tests
In directory cvs.zope.org:/tmp/cvs-serv31403/src/zope/app/hub/tests
Modified Files:
test_objecthub.py
Log Message:
Moved traversing interfaces to zope.app.traversing.interfaces.
=== Zope3/src/zope/app/hub/tests/test_objecthub.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/hub/tests/test_objecthub.py:1.1 Thu Mar 11 04:19:25 2004
+++ Zope3/src/zope/app/hub/tests/test_objecthub.py Sat Mar 13 16:03:13 2004
@@ -41,7 +41,7 @@
from zope.app.hub import ObjectUnregisteredHubEvent
from zope.app.hub import canonicalSlash, userPath
-from zope.app.interfaces.traversing import IContainmentRoot
+from zope.app.traversing.interfaces import IContainmentRoot
from zope.app.location import Location
from zope.exceptions import NotFoundError
@@ -225,7 +225,7 @@
def fake_object_for_location(location):
return FakeObject(canonicalPath(location))
- from zope.app.interfaces.traversing import ITraverser
+ from zope.app.traversing.interfaces import ITraverser
from zope.app.traversing.adapters import Traverser
class DummyTraverser(Traverser):
implements(ITraverser)
More information about the Zope3-Checkins
mailing list