remove useless calls to ReplApplication.flush() (closes #812)

This commit is contained in:
Romain Bignon 2013-07-27 19:00:58 +02:00
commit bdf4c13f4e
22 changed files with 0 additions and 74 deletions

View file

@ -119,7 +119,6 @@ class Suboob(ReplApplication):
self.start_format()
self.format(subtitle)
self.flush()
def complete_download(self, text, line, *ignored):
args = line.split(' ', 2)
@ -199,4 +198,3 @@ class Suboob(ReplApplication):
self.start_format(pattern=pattern)
for backend, subtitle in self.do('iter_subtitles', language=language, pattern=pattern):
self.cached_format(subtitle)
self.flush()