several fixes
This commit is contained in:
parent
d6f232198a
commit
af08bd0eeb
4 changed files with 10 additions and 5 deletions
|
|
@ -55,5 +55,9 @@ class CragrBackend(BaseBackend, ICapBank):
|
|||
raise AccountNotFound()
|
||||
|
||||
def iter_operations(self, account):
|
||||
""" Not supported yet """
|
||||
""" TODO Not supported yet """
|
||||
return iter([])
|
||||
|
||||
def iter_history(self, account):
|
||||
""" TODO Not supported yet """
|
||||
return iter([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue