fixed threading bug (difflib :)

This commit is contained in:
Miroslav Stampar
2010-03-10 14:14:27 +00:00
parent 6712b19df2
commit 91dd609e26
3 changed files with 9 additions and 0 deletions

View File

@@ -957,6 +957,7 @@ def __setConfAttributes():
conf.scheme = None
#conf.seqMatcher = difflib.SequenceMatcher(lambda x: x in " \t")
conf.seqMatcher = difflib.SequenceMatcher(None)
conf.seqLock = None
conf.sessionFP = None
conf.start = True
conf.threadException = False