[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests -
test_batchedrankedprocessor.py:1.12
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 15:24:42 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv23775/src/zope/app/index/text/tests
Modified Files:
test_batchedrankedprocessor.py
Log Message:
Move last two query interface into zope.app.index.
=== Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py:1.11 Sat Mar 6 11:50:26 2004
+++ Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py Sat Mar 13 15:24:11 2004
@@ -14,7 +14,6 @@
$Id$
"""
-
from unittest import TestCase, main, makeSuite
from zope.app.tests.placelesssetup import PlacelessSetup
@@ -24,7 +23,7 @@
from zope.index.interfaces import IQuerying
from zope.app.index.interfaces.interfaces import \
IBatchedResult, IRankedHubIdList
-from zope.app.interfaces.services.query import IQueryProcessor
+from zope.app.index.interfaces import IQueryProcessor
from zope.app.index.text.processors import BatchedRankedProcessor
from zope.app.index.text.queries import BatchedTextIndexQuery
More information about the Zope3-Checkins
mailing list