[Zope-CVS] CVS: Products/ZCTextIndex - CosineIndex.py:1.10 OkapiIndex.py:1.16

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


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

Modified Files:
	CosineIndex.py OkapiIndex.py 
Log Message:
These guys no longer use Persistence directly.


=== Products/ZCTextIndex/CosineIndex.py 1.9 => 1.10 ===
 
 import ZODB
-from Persistence import Persistent
 
 # Instead of storing floats, we generally store scaled ints.  Binary pickles
 # can store those more efficiently.  The default SCALE_FACTOR of 1024


=== Products/ZCTextIndex/OkapiIndex.py 1.15 => 1.16 ===
 
 import ZODB
-from Persistence import Persistent
 
 # Instead of storing floats, we generally store scaled ints.  Binary pickles
 # can store those more efficiently.  The default SCALE_FACTOR of 1024