add missing docstring

This commit is contained in:
Romain Bignon 2012-02-02 08:44:15 +01:00
commit b2597e9e76

View file

@ -141,6 +141,11 @@ class Radioob(ReplApplication):
self.flush()
def do_ls(self, line):
"""
ls
List radios
"""
count = self.options.count
self.options.count = None
ret = super(Radioob, self).do_ls(line)