[Zope3-checkins] CVS: Zope3/src/zope/app/index - processors.py:1.15
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 15:24:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index
In directory cvs.zope.org:/tmp/cvs-serv23775/src/zope/app/index
Modified Files:
processors.py
Log Message:
Move last two query interface into zope.app.index.
=== Zope3/src/zope/app/index/processors.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/index/processors.py:1.14 Sat Mar 6 11:50:25 2004
+++ Zope3/src/zope/app/index/processors.py Sat Mar 13 15:24:08 2004
@@ -18,7 +18,7 @@
from zope.app.index.interfaces.interfaces import \
IRankedObjectIterator, IRankedObjectRecord, \
IRankedHubIdList, IBatchedResult
-from zope.app.interfaces.services.query import IQueryProcessor
+from zope.app.index.interfaces import IQueryProcessor
from zope.component import getService
from zope.app.services.servicenames import HubIds
More information about the Zope3-Checkins
mailing list