Exemplo n.º 1
0
 def ingredientsPage(self):
     # myIngredients = self.controllers.getMyLog()
     return ingredients.ingredients(self.recipeObject)
Exemplo n.º 2
0
 def stat():  # noqa
     recipe = dummyRecipe()
     return ingredients.ingredients(recipe)