parent
97bbc548c4
commit
612b7b4302
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class CommandProcessor(object):
|
||||||
def list_commands(self):
|
def list_commands(self):
|
||||||
commands = list_commands(self.COMMAND_HOST)
|
commands = list_commands(self.COMMAND_HOST)
|
||||||
commands = dict(commands)
|
commands = dict(commands)
|
||||||
return sorted(list(commands.values()), key=lambda k: k.__repr__())
|
return sorted(set(commands.values()), key=lambda k: k.__repr__())
|
||||||
|
|
||||||
class Command(object):
|
class Command(object):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue