[Zope-CVS] CVS: Products/ZCTextIndex - ZCTextIndex.py:1.1.2.2
Guido van Rossum
guido@python.org
Wed, 1 May 2002 11:38:17 -0400
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv3565
Modified Files:
Tag: TextIndexDS9-branch
ZCTextIndex.py
Log Message:
The tests/test_index.py module was renamed to tests/testIndex.py.
(But why is this module importing a test module????)
=== Products/ZCTextIndex/ZCTextIndex.py 1.1.2.1 => 1.1.2.2 ===
from Products.ZCTextIndex.QueryParser import QueryParser
-from Products.ZCTextIndex.tests.test_index import SimpleLexicon
+from Products.ZCTextIndex.tests.testIndex import SimpleLexicon
from Products.PluginIndexes.common.PluggableIndex \
import PluggableIndexInterface