[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - GlobbingLexicon.py:1.15 Lexicon.py:1.8 randid.py:NONE

Andreas Jung andreas@digicool.com
Thu, 25 Apr 2002 13:45:47 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv11871/lib/python/Products/PluginIndexes/TextIndex

Modified Files:
	GlobbingLexicon.py Lexicon.py 
Removed Files:
	randid.py 
Log Message:
using common.randid instead of duplicate copy  in TextIndex directory


=== Zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py 1.14 => 1.15 ===
 from BTrees.IOBTree import IOBTree
 from BTrees.OOBTree import OOBTree
-from randid import randid
 
-from Products.PluginIndexes.TextIndex.TextIndex import Or
-from Products.PluginIndexes.TextIndex.TextIndex import Op
+
+from Products.PluginIndexes.TextIndex.TextIndex import Or,Op
+from Products.PluginIndexes.common.randid import randid
 
 from types import UnicodeType 
 


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py 1.7 => 1.8 ===
 from BTrees.IOBTree import IOBTree
 from BTrees.IIBTree import IISet, IITreeSet
+from Products.PluginIndexes.common.randid import randid
 
-from randid import randid
 from types import StringType
 
 class Lexicon(Persistent, Implicit):

=== Removed File Zope/lib/python/Products/PluginIndexes/TextIndex/randid.py ===