fix login on website
This commit is contained in:
parent
0faa643162
commit
cdbda7c05c
4 changed files with 30 additions and 24 deletions
|
|
@ -26,7 +26,9 @@ import re
|
|||
|
||||
from weboob.capabilities.bank import Account
|
||||
from weboob.tools.capabilities.bank.transactions import FrenchTransaction
|
||||
from weboob.tools.browser import BasePage, BrokenPageError
|
||||
from weboob.tools.browser import BrokenPageError
|
||||
|
||||
from .base import BasePage
|
||||
|
||||
|
||||
__all__ = ['AccountsList', 'AccountHistory']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue