Handle card history

Signed-off-by: Raphaël Rigo <devel-git@syscall.eu>
Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
Raphaël Rigo 2014-03-01 18:43:20 +01:00 committed by Romain Bignon
commit 31af964696
3 changed files with 16 additions and 3 deletions

View file

@ -20,6 +20,7 @@
from .account_history import AccountHistory
from .card_history import CardHistory
from .accounts_list import AccountsList
from .login import LoginPage, UpdateInfoPage
@ -31,6 +32,7 @@ class AccountPrelevement(AccountsList):
__all__ = ['LoginPage',
'AccountsList',
'AccountHistory',
'CardHistory',
'UpdateInfoPage',
'AuthenticationPage',
]