added colors

This commit is contained in:
RafTim 2013-10-20 01:22:09 +02:00
commit a230d8c647

View file

@ -195,7 +195,7 @@ class LishCommander(Exit, ShellCommander, LogCommander):
if len(str(key)) < 7:
tab += "\t"
print str(key) + tab + str(val)
print GREEN + str(key) + END + tab + YELLOW + str(val) + END
def print_jobs_infos(self, job):
self.print_dict(self.interface.get_job_info_dict(job))