Remove backend for do() calls

This commit is contained in:
Florent 2014-10-09 11:04:09 +02:00
commit 628c63f899
33 changed files with 112 additions and 113 deletions

View file

@ -68,5 +68,5 @@ class Boobooks(ReplApplication):
return 2
names = (backend_name,) if backend_name is not None else None
for backend, renew in self.do('renew_book', id, backends=names):
for renew in self.do('renew_book', id, backends=names):
self.format(renew)