[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common
- UnIndex.py:1.20.20.1
Jim Fulton
cvs-admin at zope.org
Fri Oct 31 14:24:51 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv26022/lib/python/Products/PluginIndexes/common
Modified Files:
Tag: mro-advanture-branch
UnIndex.py
Log Message:
Changed various modules to fix mro problems when using the C3
method-lookup algorithm.
=== Zope/lib/python/Products/PluginIndexes/common/UnIndex.py 1.20 => 1.20.20.1 ===
--- Zope/lib/python/Products/PluginIndexes/common/UnIndex.py:1.20 Tue Jun 17 15:01:08 2003
+++ Zope/lib/python/Products/PluginIndexes/common/UnIndex.py Fri Oct 31 14:24:20 2003
@@ -37,7 +37,7 @@
_marker = []
-class UnIndex(Persistent, Implicit, SimpleItem):
+class UnIndex(SimpleItem):
"""UnIndex object interface"""
More information about the Zope-Checkins
mailing list