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

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


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

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


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.21 => 1.22 ===
 from BTrees.OIBTree import OIBTree
 from BTrees.IIBTree import IISet,difference,intersection,union
+from OFS.SimpleItem import SimpleItem
 from types import StringType, ListType, TupleType
 import re,warnings
 
 _marker = []
 
-class PathIndex(Persistent, Implicit):
+class PathIndex(Persistent, Implicit, SimpleItem):
     """ A path index stores all path components of the physical 
     path of an object: