[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - Vocabulary.py:1.7
Andreas Jung
andreas@zope.com
Wed, 3 Oct 2001 13:25:14 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv28702
Modified Files:
Vocabulary.py
Log Message:
removed debug code
=== Zope/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py 1.6 => 1.7 ===
def words(self):
- """xxx"""
- print len(self.lexicon._lexicon.items())
return self.lexicon._lexicon.items()