[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex - TopicIndex.py:1.6
Andreas Jung
andreas@digicool.com
Wed, 24 Apr 2002 11:46:10 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex
In directory cvs.zope.org:/tmp/cvs-serv8163/TopicIndex
Modified Files:
TopicIndex.py
Log Message:
added getId() (added to interface specs)
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 1.5 => 1.6 ===
+ def getId(self): return self.id
+
def clear(self):
""" clear everything """
self.filteredSets = OOBTree()