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

@ -19,12 +19,12 @@
from .accounts_list import AccountsList
from .account_history import AccountHistoryCC, AccountHistoryLA
from .account_history import AccountHistory
from .login import LoginPage, LoginPage2, ConfirmPage, MessagePage
class AccountPrelevement(AccountsList):
pass
__all__ = ['AccountsList', 'AccountHistoryCC', 'AccountHistoryLA', 'LoginPage',
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
'LoginPage2', 'ConfirmPage', 'MessagePage', 'AccountPrelevement']