Commit fad7d446 authored by Andreas Jung's avatar Andreas Jung

- GlobbingLexicon has been using always the default ZopeSplitter

  and ignored the user settings
parent b088fbe6
......@@ -129,7 +129,8 @@ class GlobbingLexicon(Lexicon):
def __init__(self,useSplitter=None):
self.clear()
self.useSplitter = Splitter.splitterNames[0]
if useSplitter:
self.useSplitter = userSplitter
self.SplitterFunc = Splitter.getSplitter(self.useSplitter)
def clear(self):
......
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