support the question page

This commit is contained in:
Romain Bignon 2013-01-19 19:35:42 +01:00
commit 3cf99f7b46
3 changed files with 10 additions and 5 deletions

View file

@ -20,7 +20,7 @@
from .accounts_list import AccountsList
from .account_history import AccountHistory
from .login import LoginPage, LoginPage2
from .login import LoginPage, LoginPage2, StopPage
from .transfer import TransferPage, TransferConfirmPage
from .bills import BillsPage
@ -31,4 +31,4 @@ class AccountPrelevement(AccountsList):
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
'LoginPage2', 'AccountPrelevement',
'TransferPage', 'TransferConfirmPage',
'BillsPage']
'BillsPage', 'StopPage']