Skip to content
Snippets Groups Projects
Commit e8dccc7d authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/gh-168-tt-colorer-fix'

parents d74a2892 3a67b056
No related merge requests found
......@@ -32,6 +32,7 @@ class CSchema(object):
'serv_text': {},
'version': {},
'tr_text': {},
'log': {},
}
self.main_objects.update(self.objects)
......@@ -69,6 +70,7 @@ class SchemaPretty(CSchema):
'serv_text': {'fgcolor': 'lmagenta'},
'version': {'fgcolor': 'yellow', 'bold':True},
'tr_text': {'fgcolor': 'green'},
'log': {'fgcolor': 'grey'}
}
class Colorer(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment