Some more refactoring

This commit is contained in:
Miroslav Stampar
2012-07-11 20:13:23 +02:00
parent d7926b8aac
commit c6464b44be
3 changed files with 26 additions and 17 deletions

View File

@@ -268,17 +268,6 @@ BASIC_HELP_ITEMS = (
"wizard"
)
COLOR_MAP = {
"CRITICAL": "white",
"ERROR": "red",
"WARNING": "yellow",
"INFO": "green",
"DEBUG": "blue",
"PAYLOAD": "magenta",
"TRAFFIC OUT": "cyan",
"TRAFFIC IN": "grey"
}
# string representation for NULL value
NULL = "NULL"