Add the history for Livret A account (ing)

Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
Florent 2012-01-09 16:23:24 +01:00 committed by Romain Bignon
commit 91cfedb247
3 changed files with 45 additions and 8 deletions

View file

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