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

Andreas Jung andreas@digicool.com
Sat, 12 Jan 2002 15:22:45 -0500


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

Modified Files:
      Tag: ajung-textindexng-branch
	LexiconNG.py 
Log Message:
removed unnecessary import


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/LexiconNG.py 1.1.2.1 => 1.1.2.2 ===
 
         wid=self._lexicon.get(word, None)
+
         if wid is None: 
             wid=self.assignWordId(word)
         return wid