Remove backend for do() calls
This commit is contained in:
parent
40a8bc0ce1
commit
628c63f899
33 changed files with 112 additions and 113 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue