##// END OF EJS Templates
add missing Normal on NoColors...
MinRK -
Show More
@@ -102,6 +102,7 b' class NoColors:'
102 """This defines all the same names as the colour classes, but maps them to
102 """This defines all the same names as the colour classes, but maps them to
103 empty strings, so it can easily be substituted to turn off colours."""
103 empty strings, so it can easily be substituted to turn off colours."""
104 NoColor = ''
104 NoColor = ''
105 Normal = ''
105
106
106 for name, value in color_templates:
107 for name, value in color_templates:
107 setattr(NoColors, name, '')
108 setattr(NoColors, name, '')
General Comments 0
You need to be logged in to leave comments. Login now