[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex
- TopicIndex.py:1.14.8.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/TopicIndex
In directory cvs.zope.org:/tmp/cvs-serv26022/lib/python/Products/PluginIndexes/TopicIndex
Modified Files:
Tag: mro-advanture-branch
TopicIndex.py
Log Message:
Changed various modules to fix mro problems when using the C3
method-lookup algorithm.
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py 1.14 => 1.14.8.1 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py:1.14 Sat Aug 16 12:44:48 2003
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py Fri Oct 31 14:24:20 2003
@@ -25,7 +25,7 @@
_marker = []
-class TopicIndex(Persistent, SimpleItem):
+class TopicIndex(SimpleItem):
""" A TopicIndex maintains a set of FilteredSet objects.
Every FilteredSet object consists of an expression and
More information about the Zope-Checkins
mailing list