[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - GlobbingLexicon.py:1.6
Andreas Jung
andreas@zope.com
Thu, 18 Oct 2001 11:48:08 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv19600
Modified Files:
GlobbingLexicon.py
Log Message:
Making splitter interface happy not using a keyword parameter
=== Zope/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py 1.5 => 1.6 ===
## sense in stemming a globbing lexicon.
- return self.SplitterFunc(astring,encoding=encoding)
+ return self.SplitterFunc(astring,None,encoding)
def createRegex(self, pat):