Remove old code

This commit is contained in:
Florent 2013-02-25 12:09:59 +01:00 committed by Romain Bignon
commit b400544e90
4 changed files with 3 additions and 96 deletions

View file

@ -19,7 +19,6 @@
from .accounts_list import AccountsList
from .account_history import AccountHistory
from .login import LoginPage, StopPage
from .transfer import TransferPage, TransferConfirmPage
from .bills import BillsPage
@ -28,6 +27,6 @@ from .bills import BillsPage
class AccountPrelevement(AccountsList):
pass
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
__all__ = ['AccountsList', 'LoginPage',
'AccountPrelevement', 'TransferPage', 'TransferConfirmPage',
'BillsPage', 'StopPage']