coollyy little commits

This commit is contained in:
Miroslav Stampar
2010-12-10 11:32:46 +00:00
parent d71e51e765
commit fe2039f5ba
4 changed files with 21 additions and 16 deletions

View File

@@ -46,9 +46,9 @@ DUMP_TAB_MARKER = "__TAB__"
DUMP_START_MARKER = "__START__"
DUMP_STOP_MARKER = "__STOP__"
PAYLOAD_DELIMITER = "\x00"
MIN_TIME_RESPONSES = 10
PAYLOAD_DELIMITER = "\x00"
CHAR_INFERENCE_MARK = "%c"
MIN_TIME_RESPONSES = 10
# System variables
IS_WIN = subprocess.mswindows