[Zope3-checkins] CVS: Zope3/src/zope/app/index/text/tests - test_batchedrankedprocessor.py:1.8

Andy Hird andyh@ekit-inc.com
Sun, 13 Jul 2003 01:51:38 -0400


Update of /cvs-repository/Zope3/src/zope/app/index/text/tests
In directory cvs.zope.org:/tmp/cvs-serv24050/src/zope/app/index/text/tests

Modified Files:
	test_batchedrankedprocessor.py 
Log Message:
Index-Interface-Geddon. Moving all the index interfaces to 
zope.index.interfaces

As part of this we removed several duplicate interfaces and cleaned up
some existing ones. Most users of index interfaces should only need
zope.index.interfaces.index


=== Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py:1.7	Sat Jun  7 02:37:27 2003
+++ Zope3/src/zope/app/index/text/tests/test_batchedrankedprocessor.py	Sun Jul 13 01:51:02 2003
@@ -23,7 +23,7 @@
 
 from zope.component import getAdapter
 
-from zope.textindex.textindexinterfaces import IQuerying
+from zope.index.interfaces.index import IQuerying
 from zope.app.interfaces.index.interfaces import \
     IBatchedResult, IRankedHubIdList
 from zope.app.interfaces.services.query import IQueryProcessor