Focus on UTF8
parent
f143d5fd00
commit
e4325c9be5
|
@ -27,6 +27,10 @@ import sys
|
|||
import pprint
|
||||
import re
|
||||
import signal
|
||||
#import sys
|
||||
reload(sys)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
|
||||
|
||||
DEFAULT_TIMEOUT = 2000 # 2sec timeout used as default for functions that take timeouts
|
||||
DEFAULT_RECORD = 20000 # 20sec record time
|
||||
|
|
Loading…
Reference in New Issue