Rename BasePage to Page
This commit is contained in:
parent
44dffce7b2
commit
444d36eee8
146 changed files with 525 additions and 525 deletions
|
|
@ -20,10 +20,10 @@
|
|||
|
||||
from weboob.capabilities.recipe import Recipe, Comment
|
||||
from weboob.capabilities.base import NotAvailable, NotLoaded
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.tools.browser import Page
|
||||
|
||||
|
||||
class ResultsPage(BasePage):
|
||||
class ResultsPage(Page):
|
||||
""" Page which contains results as a list of recipies
|
||||
"""
|
||||
def iter_recipes(self):
|
||||
|
|
@ -54,7 +54,7 @@ class ResultsPage(BasePage):
|
|||
yield recipe
|
||||
|
||||
|
||||
class RecipePage(BasePage):
|
||||
class RecipePage(Page):
|
||||
""" Page which contains a recipe
|
||||
"""
|
||||
def get_recipe(self, id):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue