[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.21

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


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

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


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.20 => 1.21 ===
 from Globals import Persistent, DTMLFile
 from Acquisition import Implicit
-from OFS.SimpleItem import SimpleItem
 
 from BTrees.IOBTree import IOBTree
 from BTrees.OOBTree import OOBTree,OOSet
@@ -29,8 +28,7 @@
 
 _marker = []
 
-
-class PathIndex(Persistent, Implicit, SimpleItem):
+class PathIndex(Persistent, Implicit):
     """ A path index stores all path components of the physical 
     path of an object: