Add two factor authentication for boursorama module

This commit is contained in:
Gabriel 2012-12-05 18:11:22 +01:00 committed by Romain Bignon
commit ee4f3793a1
4 changed files with 196 additions and 9 deletions

View file

@ -23,6 +23,7 @@ from .account_history import AccountHistory
from .accounts_list import AccountsList
from .login import LoginPage, UpdateInfoPage
from .two_authentication import AuthenticationPage
class AccountPrelevement(AccountsList):
pass
@ -31,4 +32,5 @@ __all__ = ['LoginPage',
'AccountsList',
'AccountHistory',
'UpdateInfoPage',
'AuthenticationPage',
]