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

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


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

Modified Files:
	TopicIndex.py 
Log Message:
code cleanup: removed removed SimpleItem as base class, removed
unneeded imports


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