[Zope-Checkins] CVS: Products/PluginIndexes/TextIndex - TextIndex.py:1.9.2.3

Andreas Jung andreas@digicool.com
Tue, 31 Jul 2001 15:55:21 -0400


Update of /cvs-repository/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv10658

Modified Files:
      Tag: Zope-2_4-branch
	TextIndex.py 
Log Message:
removed orphan code 

 
=== Products/PluginIndexes/TextIndex/TextIndex.py 1.9.2.2 => 1.9.2.3 ===
 
 
-        if self._lexicon:
-            return self._lexicon
-        else:
-            return self.aq_parent.aq_parent[self.vocabulary_id].getLexicon()
-
 
     def __nonzero__(self):
         return not not self._unindex