Implemented history operation for CrAgr backend

Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
Xavier G 2010-11-12 22:38:04 +01:00 committed by Romain Bignon
commit f338439bd7
3 changed files with 130 additions and 3 deletions

View file

@ -59,5 +59,5 @@ class CragrBackend(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