[Zope-CVS] CVS: Products/ZCTextIndex - CosineIndex.py:1.18 OkapiIndex.py:1.23

Tim Peters tim.one@comcast.net
Fri, 17 May 2002 03:51:45 -0400


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

Modified Files:
	CosineIndex.py OkapiIndex.py 
Log Message:
Remove more needless imports.


=== Products/ZCTextIndex/CosineIndex.py 1.17 => 1.18 ===
 
 from Products.ZCTextIndex.IIndex import IIndex
-from Products.ZCTextIndex import WidCode
 from Products.ZCTextIndex.BaseIndex import BaseIndex, \
                                            inverse_doc_frequency, \
                                            scaled_int, SCALE_FACTOR


=== Products/ZCTextIndex/OkapiIndex.py 1.22 => 1.23 ===
 
 from Products.ZCTextIndex.IIndex import IIndex
-from Products.ZCTextIndex import WidCode
 from Products.ZCTextIndex.BaseIndex import BaseIndex, \
                                            inverse_doc_frequency, \
                                            scaled_int