Add investments support to ING

This commit is contained in:
Florent Fourcot 2013-07-08 22:38:54 +02:00
commit cbbdad084d
3 changed files with 34 additions and 1 deletions

View file

@ -22,6 +22,7 @@ from .accounts_list import AccountsList
from .login import LoginPage, StopPage
from .transfer import TransferPage, TransferConfirmPage
from .bills import BillsPage
from .titre import TitrePage
class AccountPrelevement(AccountsList):