remove useless calls to ReplApplication.flush() (closes #812)
This commit is contained in:
parent
8b803e7c39
commit
bdf4c13f4e
22 changed files with 0 additions and 74 deletions
|
|
@ -117,7 +117,6 @@ class Radioob(ReplApplication):
|
|||
print >>sys.stderr, 'Radio not found:', _id
|
||||
return 3
|
||||
self.format(radio)
|
||||
self.flush()
|
||||
|
||||
@defaultcount(10)
|
||||
def do_search(self, pattern=None):
|
||||
|
|
@ -133,7 +132,6 @@ class Radioob(ReplApplication):
|
|||
for backend, radio in self.do('iter_radios_search', pattern=pattern):
|
||||
self.add_object(radio)
|
||||
self.format(radio)
|
||||
self.flush()
|
||||
|
||||
def do_ls(self, line):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue