minor refactoring

This commit is contained in:
Miroslav Stampar
2010-10-19 23:05:24 +00:00
parent 1b376c99a6
commit 8776db872c
2 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ LOGGER_HANDLER.setFormatter(FORMATTER)
LOGGER.addHandler(LOGGER_HANDLER)
LOGGER.setLevel(logging.WARN)
# error based injection
ERROR_SPACE = "%c%c%c" % (58, 95, 58)
ERROR_EMPTY_CHAR = "%c%c%c" % (58, 120, 58)
# System variables
IS_WIN = subprocess.mswindows
# The name of the operating system dependent module imported. The following