Remove old code
This commit is contained in:
parent
9284a7fe04
commit
b400544e90
4 changed files with 3 additions and 96 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue