Revert last commit

This commit is contained in:
Bernardo Damele
2010-03-16 13:56:36 +00:00
parent 1dfe558d3d
commit 3b3353e05b
4 changed files with 2 additions and 21 deletions

View File

@@ -957,14 +957,12 @@ def __setConfAttributes():
conf.path = None
conf.port = None
conf.progressWidth = 54
conf.raise404 = True
conf.retriesCount = 0
conf.scheme = None
#conf.seqMatcher = difflib.SequenceMatcher(lambda x: x in " \t")
conf.seqMatcher = difflib.SequenceMatcher(None)
conf.seqLock = None
conf.sessionFP = None
conf.stack = []
conf.start = True
conf.threadContinue = True
conf.threadException = False