[Zope3-checkins] CVS: Zope3/src/zope/app/index/text -
configure.zcml:1.14 processors.py:1.12
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/text
In directory cvs.zope.org:/tmp/cvs-serv23775/src/zope/app/index/text
Modified Files:
configure.zcml processors.py
Log Message:
Move last two query interface into zope.app.index.
=== Zope3/src/zope/app/index/text/configure.zcml 1.13 => 1.14 ===
--- Zope3/src/zope/app/index/text/configure.zcml:1.13 Tue Mar 9 07:38:46 2004
+++ Zope3/src/zope/app/index/text/configure.zcml Sat Mar 13 15:24:10 2004
@@ -10,7 +10,7 @@
attributes="query"
/>
<implements
- interface="zope.app.interfaces.services.query.IQueryProcessable"
+ interface="zope.app.index.interfaces.IQueryProcessable"
/>
</content>
@@ -29,14 +29,14 @@
set_schema="zope.app.index.interfaces.text.IUITextCatalogIndex"
/>
<implements
- interface="zope.app.interfaces.services.query.IQueryProcessable"
+ interface="zope.app.index.interfaces.IQueryProcessable"
/>
</content>
<adapter
factory="zope.app.index.text.processors.BatchedRankedProcessor"
- provides="zope.app.interfaces.services.query.IQueryProcessor"
+ provides="zope.app.index.interfaces.IQueryProcessor"
for="zope.index.interfaces.IQuerying"
/>
=== Zope3/src/zope/app/index/text/processors.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/index/text/processors.py:1.11 Sat Mar 6 11:50:25 2004
+++ Zope3/src/zope/app/index/text/processors.py Sat Mar 13 15:24:11 2004
@@ -20,7 +20,7 @@
from zope.app.index.interfaces.interfaces import IBatchedResult
from zope.app.index.interfaces.interfaces import IRankedHubIdList
from zope.app.index.interfaces.interfaces import IBatchedTextIndexQuery
-from zope.app.interfaces.services.query import IQueryProcessor
+from zope.app.index.interfaces import IQueryProcessor
from zope.app.index.queries import BatchedRankedResult
from zope.interface import implements
More information about the Zope3-Checkins
mailing list