[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - TextIndex.py:1.29

Andreas Jung andreas@digicool.com
Wed, 24 Apr 2002 11:46:40 -0400


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

Modified Files:
	TextIndex.py 
Log Message:
added getId() (added to interface specs)


=== Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py 1.28 => 1.29 ===
 
 
+    def getId(self): return self.id
 
     def getLexicon(self, vocab_id=None):
         """Return the Lexicon in use. Removed lots of stinking code"""