several fixes

This commit is contained in:
Romain Bignon 2010-08-12 18:04:20 +02:00
commit af08bd0eeb
4 changed files with 10 additions and 5 deletions

View file

@ -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([])