Rename BaseBrowser to Browser

This commit is contained in:
Florent 2014-09-23 10:53:38 +02:00
commit 0088013ae1
132 changed files with 348 additions and 348 deletions

View file

@ -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()