Rename BaseBrowser to Browser
This commit is contained in:
parent
444d36eee8
commit
0088013ae1
132 changed files with 348 additions and 348 deletions
|
|
@ -442,8 +442,8 @@ class Repositories(object):
|
|||
self.load()
|
||||
|
||||
def load_browser(self):
|
||||
from weboob.tools.browser2.browser import BaseBrowser, Weboob as WeboobProfile
|
||||
class WeboobBrowser(BaseBrowser):
|
||||
from weboob.tools.browser2.browser import Browser, Weboob as WeboobProfile
|
||||
class WeboobBrowser(Browser):
|
||||
PROFILE = WeboobProfile(self.version)
|
||||
if self.browser is None:
|
||||
self.browser = WeboobBrowser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue