[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex - TopicIndex.py:1.8

Andreas Jung andreas@digicool.com
Thu, 25 Apr 2002 08:44:03 -0400


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

Modified Files:
	TopicIndex.py 
Log Message:
waahhhh...re-added SimpleItem as base class as SimpleItem seems to
be needed for the ZMI


=== Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 1.7 => 1.8 ===
 
 from Globals import Persistent, DTMLFile
+from OFS.SimpleItem import SimpleItem
 from Acquisition import Implicit
 from BTrees.OOBTree import OOBTree
 from BTrees.IIBTree import IISet,intersection,union
@@ -24,7 +25,7 @@
 
 _marker = []
 
-class TopicIndex(Persistent, Implicit):
+class TopicIndex(Persistent, Implicit, SimpleItem):
 
     """ A TopicIndex maintains a set of FilteredSet objects.
     Every FilteredSet object consists of an expression and