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

@ -69,4 +69,3 @@ class Boobooks(ReplApplication):
for backend, renew in self.do('renew_book', id, backends=names):
self.format(renew)
self.flush()