[Zope-CVS] CVS: Products/ZCTextIndex - ZCTextIndex.py:1.1.2.14

Jeremy Hylton jeremy@zope.com
Mon, 6 May 2002 22:56:23 -0400


Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv9235

Modified Files:
      Tag: TextIndexDS9-branch
	ZCTextIndex.py 
Log Message:
Remove import of non-existent QueryEngine module


=== Products/ZCTextIndex/ZCTextIndex.py 1.1.2.13 => 1.1.2.14 ===
 from Products.ZCTextIndex.Lexicon import Lexicon
 from Products.ZCTextIndex.NBest import NBest
-from Products.ZCTextIndex.QueryEngine import QueryEngine
 from Products.ZCTextIndex.QueryParser import QueryParser
 from Products.ZCTextIndex.StopDict import get_stopdict