do not specify white color (37 value) for bold

This commit is contained in:
Christophe Benz 2010-11-15 11:58:49 +01:00
commit 5825b9f304

View file

@ -54,8 +54,8 @@ class ReplApplication(Cmd, BaseApplication):
DISABLE_REPL = False
# shell escape strings
BOLD = ''
NC = '' # no color
BOLD = ''
NC = '' # no color
EXTRA_FORMATTERS = {}
DEFAULT_FORMATTER = 'multiline'