fix for Bug #166 (Keyboard interrupt in Python threading)

This commit is contained in:
Miroslav Stampar
2010-03-11 11:14:20 +00:00
parent b344a70ba1
commit 2c053d5cfb
2 changed files with 33 additions and 16 deletions

View File

@@ -960,6 +960,7 @@ def __setConfAttributes():
conf.seqLock = None
conf.sessionFP = None
conf.start = True
conf.threadContinue = True
conf.threadException = False
conf.wFileType = None