LCL: implement account history

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
Pierre Mazière 2011-03-06 23:47:54 +01:00 committed by Romain Bignon
commit e14af3b890
3 changed files with 47 additions and 3 deletions

View file

@ -58,5 +58,7 @@ class LCLBackend(BaseBackend, ICapBank):
return iter([])
def iter_history(self, account):
""" TODO Not supported yet """
return iter([])
with self.browser:
for history in self.browser.get_history(account):
yield history