[Zope-CVS] CVS: Products/ZCTextIndex - CosineIndex.py:1.19 OkapiIndex.py:1.24

Guido van Rossum guido@python.org
Fri, 17 May 2002 08:03:35 -0400


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

Modified Files:
	CosineIndex.py OkapiIndex.py 
Log Message:
Remove redundant imports of ZODB.
A ZODB import is only redundant if it is not used and does not
precede an import from Persistence.

=== Products/ZCTextIndex/CosineIndex.py 1.18 => 1.19 ===
                                            scaled_int, SCALE_FACTOR
 
-import ZODB
-
 class CosineIndex(BaseIndex):
 
     __implements__ = IIndex


=== Products/ZCTextIndex/OkapiIndex.py 1.23 => 1.24 ===
                                            scaled_int
 
-import ZODB
-
 class OkapiIndex(BaseIndex):
 
     __implements__ = IIndex