Merge pull request #254 from AndreaCrotti/reset_term

fix the reset term code to make it work also on OSX
This commit is contained in:
Alexis Metaireau 2012-03-15 14:06:39 -07:00
commit a3e6988d87

View file

@ -5,7 +5,7 @@ from logging import critical, error, info, warning, warn, debug
from logging import Formatter, getLogger, StreamHandler
RESET_TERM = u'\033[1;m'
RESET_TERM = u'\033[0;m'
def term_color(code):