[backend creditmutuel] rename crmut to creditmutuel

'list' command ok
'history' command ok
This commit is contained in:
Julien Veyssier 2010-11-25 01:22:50 +01:00 committed by Romain Bignon
commit bbb6dfa84b
3 changed files with 54 additions and 4 deletions

View file

@ -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