[Zope3-checkins] CVS: Zope3/src/zope/app/index/tests -
test_objectretrievingprocessor.py:1.14
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 15:24:41 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/tests
In directory cvs.zope.org:/tmp/cvs-serv23775/src/zope/app/index/tests
Modified Files:
test_objectretrievingprocessor.py
Log Message:
Move last two query interface into zope.app.index.
=== Zope3/src/zope/app/index/tests/test_objectretrievingprocessor.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/index/tests/test_objectretrievingprocessor.py:1.13 Sat Mar 13 10:21:20 2004
+++ Zope3/src/zope/app/index/tests/test_objectretrievingprocessor.py Sat Mar 13 15:24:10 2004
@@ -21,7 +21,7 @@
from zope.app.services.servicenames import HubIds
from zope.app.tests.placelesssetup import PlacelessSetup
-from zope.app.interfaces.services.query import IQueryProcessor
+from zope.app.index.interfaces import IQueryProcessor
from zope.app.hub.interfaces import IObjectHub
from zope.app.index.interfaces.interfaces import \
More information about the Zope3-Checkins
mailing list