rename iter_operations to iter_coming

This commit is contained in:
Romain Bignon 2012-03-23 17:06:41 +01:00
commit 8f282c9ae8
10 changed files with 18 additions and 16 deletions

View file

@ -59,7 +59,7 @@ class LCLBackend(BaseBackend, ICapBank):
else:
raise AccountNotFound()
def iter_operations(self, account):
def iter_coming(self, account):
""" TODO Not supported yet """
return iter([])