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
|
|
@ -114,7 +114,6 @@ class Translaboob(ReplApplication):
|
|||
self.start_format(source=text)
|
||||
for backend, translation in self.do('translate', self.LANGUAGE[lan_from], self.LANGUAGE[lan_to], text):
|
||||
self.format(translation)
|
||||
self.flush()
|
||||
except (TranslationFail, LanguageNotSupported) as error:
|
||||
print >>sys.stderr, error
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue