[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - TextIndex.py:1.36.20.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/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv26022/lib/python/Products/PluginIndexes/TextIndex

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


=== Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py 1.36 => 1.36.20.1 ===
--- Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py:1.36	Tue Jun 17 15:01:07 2003
+++ Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py	Fri Oct 31 14:24:19 2003
@@ -54,7 +54,7 @@
                  '...': Near, 'near': Near,
                  AndNot: AndNot, And: And, Or: Or, Near: Near}
 
-class TextIndex(Persistent, Implicit, SimpleItem):
+class TextIndex(SimpleItem):
     """Full-text index.
 
     There is a ZCatalog UML model that sheds some light on what is




More information about the Zope-Checkins mailing list