##// END OF EJS Templates
Add 2 lines accidentally removed in previous commit
Fernando Perez -
Show More
@@ -55,6 +55,8 b' def make_color_table(in_class):'
55 ("BlinkLightGray", "5;37"),
55 ("BlinkLightGray", "5;37"),
56 )
56 )
57
57
58 for name,value in color_templates:
59 setattr(in_class,name,in_class._base % value)
58
60
59 class TermColors:
61 class TermColors:
60 """Color escape sequences.
62 """Color escape sequences.
General Comments 0
You need to be logged in to leave comments. Login now