Rename BasePage to Page
This commit is contained in:
parent
44dffce7b2
commit
444d36eee8
146 changed files with 525 additions and 525 deletions
|
|
@ -23,12 +23,12 @@ import re
|
|||
|
||||
from weboob.capabilities.gallery import CapGallery, BaseGallery, BaseImage
|
||||
from weboob.tools.backend import Module
|
||||
from weboob.tools.browser import BaseBrowser, BasePage
|
||||
from weboob.tools.browser import BaseBrowser, Page
|
||||
|
||||
__all__ = ['GenericComicReaderModule']
|
||||
|
||||
|
||||
class DisplayPage(BasePage):
|
||||
class DisplayPage(Page):
|
||||
def get_page(self, gallery):
|
||||
src = self.document.xpath(self.browser.params['img_src_xpath'])[0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue