several fixes
This commit is contained in:
parent
5098b3f458
commit
f7421899da
2 changed files with 7 additions and 5 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
# python2.5 compatibility
|
||||
from __future__ import with_statement
|
||||
|
||||
from weboob.capabilities.bank import ICapBank, AccountNotFound
|
||||
from weboob.tools.backend import BaseBackend, BackendConfig
|
||||
from weboob.tools.value import ValueBackendPassword
|
||||
|
|
@ -74,8 +75,7 @@ class FortuneoBackend(BaseBackend, ICapBank):
|
|||
|
||||
def iter_coming(self, account):
|
||||
"""Iter coming transactions on a specific account Not supported yet"""
|
||||
|
||||
return iter([])
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_history(self, account):
|
||||
"""Iter history of transactions on a specific account"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue