[Zope3-checkins] CVS: Zope3/src/zope/app/bundle/browser -
tests.py:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 16:03:37 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/bundle/browser
In directory cvs.zope.org:/tmp/cvs-serv31403/src/zope/app/bundle/browser
Modified Files:
tests.py
Log Message:
Moved traversing interfaces to zope.app.traversing.interfaces.
=== Zope3/src/zope/app/bundle/browser/tests.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/bundle/browser/tests.py:1.1 Wed Mar 10 08:11:13 2004
+++ Zope3/src/zope/app/bundle/browser/tests.py Sat Mar 13 16:03:06 2004
@@ -20,7 +20,7 @@
import unittest
from zope.interface import implements
-from zope.app.interfaces.traversing import IPhysicallyLocatable
+from zope.app.traversing.interfaces import IPhysicallyLocatable
from zope.app.tests.placelesssetup import PlacelessSetup
from zope.app.bundle.browser import BundleView
More information about the Zope3-Checkins
mailing list