1
0
Fork 0
forked from github/pelican

fix the reset term code to make it work also on OSX

This commit is contained in:
Andrea Crotti 2012-03-15 19:37:49 +00:00
commit 2ff3db8f51

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):