Fix livret A history (site changed)

The url is still valid, but the html code look
like the normal account.
This commit is contained in:
Florent 2012-04-11 17:26:09 +02:00 committed by Romain Bignon
commit 03f68b4207
3 changed files with 10 additions and 40 deletions

View file

@ -20,7 +20,7 @@
from weboob.tools.browser import BaseBrowser
from .pages import AccountsList, LoginPage, LoginPage2, \
AccountHistoryCC, AccountHistoryLA
AccountHistory
__all__ = ['Ing']
@ -33,8 +33,8 @@ class Ing(BaseBrowser):
PAGES = {'.*displayTRAccountSummary.*': AccountsList,
'.*displayLogin.jsf': LoginPage,
'.*displayLogin.jsf.*': LoginPage2,
'.*accountDetail.jsf.*': AccountHistoryCC,
'.*displayTRHistoriqueLA.*': AccountHistoryLA
'.*accountDetail.jsf.*': AccountHistory,
'.*displayTRHistoriqueLA.*': AccountHistory
}
def __init__(self, *args, **kwargs):