[backend creditmutuel] rename crmut to creditmutuel
'list' command ok 'history' command ok
This commit is contained in:
parent
aedb56a639
commit
bbb6dfa84b
3 changed files with 54 additions and 4 deletions
|
|
@ -59,5 +59,5 @@ class CreditMutuelBackend(BaseBackend, ICapBank):
|
|||
return iter([])
|
||||
|
||||
def iter_history(self, account):
|
||||
""" TODO Not supported yet """
|
||||
return iter([])
|
||||
for history in self.browser.get_history(account):
|
||||
yield history
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue