Commit ccd0ad40 authored by Andreas Jung's avatar Andreas Jung

Making splitter interface happy not using a keyword parameter

parent 789886c5
...@@ -309,7 +309,7 @@ class GlobbingLexicon(Lexicon): ...@@ -309,7 +309,7 @@ class GlobbingLexicon(Lexicon):
## don't do anything, less efficient but there's not much ## don't do anything, less efficient but there's not much
## sense in stemming a globbing lexicon. ## sense in stemming a globbing lexicon.
return self.SplitterFunc(astring,encoding=encoding) return self.SplitterFunc(astring,None,encoding)
def createRegex(self, pat): def createRegex(self, pat):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment