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

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


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

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


=== Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py 1.29 => 1.30 ===
 from Globals import Persistent,DTMLFile
 from zLOG import LOG, ERROR
-from OFS.SimpleItem import SimpleItem
 from Acquisition import Implicit
 from Products.PluginIndexes.common.ResultList import ResultList
 from Products.PluginIndexes import PluggableIndex       
@@ -52,7 +51,7 @@
                  '...': Near, 'near': Near,
                  AndNot: AndNot, And: And, Or: Or, Near: Near}
 
-class TextIndex(Persistent, Implicit, SimpleItem):
+class TextIndex(Persistent, Implicit):
     """Full-text index.
 
     There is a ZCatalog UML model that sheds some light on what is