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

Jim Fulton cvs-admin at zope.org
Fri Oct 31 14:24:50 EST 2003


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

Modified Files:
      Tag: mro-advanture-branch
	PathIndex.py 
Log Message:
Changed various modules to fix mro problems when using the C3
method-lookup algorithm.


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.36 => 1.36.8.1 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.36	Sat Aug 16 12:44:42 2003
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py	Fri Oct 31 14:24:19 2003
@@ -30,7 +30,7 @@
 
 _marker = []
 
-class PathIndex(Persistent, SimpleItem):
+class PathIndex(SimpleItem):
     """ A path index stores all path components of the physical
     path of an object:
 




More information about the Zope-Checkins mailing list