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

@ -155,5 +155,5 @@ class Cookboob(ReplApplication):
"""
self.change_path([u'search'])
self.start_format(pattern=pattern)
for backend, recipe in self.do('iter_recipes', pattern=pattern):
for recipe in self.do('iter_recipes', pattern=pattern):
self.cached_format(recipe)