Get recipient list (only work with one account)

This commit is contained in:
Florent 2012-09-24 14:44:47 +02:00 committed by Romain Bignon
commit 06392b4a6f
3 changed files with 21 additions and 5 deletions

View file

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