[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - StopWords.py:1.1.2.3

Andreas Jung andreas@zope.com
Tue, 8 Jan 2002 15:36:24 -0500


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

Modified Files:
      Tag: ajung-textindexng-branch
	StopWords.py 
Log Message:
changed order of base classes


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/StopWords.py 1.1.2.2 => 1.1.2.3 ===
 
 
-class StopWords(BaseStopWords, Persistent, Implicit):
+class StopWords(Persistent, Implicit, BaseStopWords):
     pass