/usr/lib/python2.3/tabnanny.py colors.py
This commit is contained in:
+2
-2
@@ -43,6 +43,6 @@ colors = {'black' : "\033[30m",
|
||||
|
||||
def colorize(msg, color):
|
||||
if colors.has_key(color):
|
||||
return colors[color] + msg + colors['default']
|
||||
return colors[color] + msg + colors['default']
|
||||
else:
|
||||
return msg
|
||||
return msg
|
||||
|
||||
Reference in New Issue
Block a user