on page to update user information, raise BrowserIncorrectPassword

This commit is contained in:
Romain Bignon 2013-02-10 17:17:06 +01:00
commit cc31e73f23
3 changed files with 9 additions and 3 deletions

View file

@ -21,7 +21,7 @@
from .account_history import AccountHistory
from .accounts_list import AccountsList
from .login import LoginPage
from .login import LoginPage, UpdateInfoPage
class AccountPrelevement(AccountsList):
pass
@ -29,4 +29,5 @@ class AccountPrelevement(AccountsList):
__all__ = ['LoginPage',
'AccountsList',
'AccountHistory',
'UpdateInfoPage',
]