[Zope3-checkins] CVS: Zope3/src/zope/app/index/keyword/tests -
test_index.py:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:21:54 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/keyword/tests
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/index/keyword/tests
Modified Files:
test_index.py
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/index/keyword/tests/test_index.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/index/keyword/tests/test_index.py:1.5 Thu Mar 11 04:19:30 2004
+++ Zope3/src/zope/app/index/keyword/tests/test_index.py Sat Mar 13 10:21:20 2004
@@ -19,7 +19,7 @@
from zope.interface import Interface, Attribute, implements
from zope.interface.verify import verifyObject
-from zope.app.services.tests.placefulsetup import PlacefulSetup
+from zope.app.site.tests.placefulsetup import PlacefulSetup
from zope.app.tests import ztapi
from zope.app.hub import \
ObjectRegisteredHubEvent, ObjectUnregisteredHubEvent, ObjectModifiedHubEvent
More information about the Zope3-Checkins
mailing list