[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - GlobbingLexiconNG.py:1.1.2.2

Andreas Jung andreas@digicool.com
Wed, 9 Jan 2002 15:21:14 -0500


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

Modified Files:
      Tag: ajung-textindexng-branch
	GlobbingLexiconNG.py 
Log Message:
forgotten randid()


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/GlobbingLexiconNG.py 1.1.2.1 => 1.1.2.2 ===
             return self._lexicon[word]
 
-
         inverse=self._inverseLex
+        wid = randid()
         while not inverse.insert(wid, word):
-            wid=randid()
+            wid = randid()
 
         self._lexicon[word] = wid