/usr/lib/python2.3/tabnanny.py colors.py

This commit is contained in:
S.Çağlar Onur
2005-06-21 14:02:49 +00:00
parent d762ee1e52
commit 4c50931146
+2 -2
View File
@@ -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