code beautifying

This commit is contained in:
2019-07-18 16:46:33 +02:00
parent 768ded37a6
commit d3eae2cd8d

View File

@ -47,7 +47,8 @@ class CmdInterpreter(cmd.Cmd):
self.stdout.write(text)
self.stdout.write("\n\r")
def __listConverterNames(self):
return [ name for name in Converters.Converters ]