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

@ -23,13 +23,13 @@ import urllib
from .pages.compose import ClosePage, ComposePage, ConfirmPage, SentPage
from .pages.login import LoginPage
from weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword
from weboob.tools.browser import Browser, BrowserIncorrectPassword
__all__ = ['SfrBrowser']
class SfrBrowser(BaseBrowser):
class SfrBrowser(Browser):
DOMAIN = 'www.sfr.fr'
PAGES = {
'http://messagerie-.+.sfr.fr/webmail/close_xms_tab.html': ClosePage,