applying patch from Olf to add the 'history' command to boobank and backends (refs #373)

This commit is contained in:
Romain Bignon 2010-08-12 17:54:57 +02:00
commit d8a739f86f
6 changed files with 88 additions and 3 deletions

View file

@ -97,3 +97,6 @@ class ICapBank(IBaseCap):
def iter_operations(self, account):
raise NotImplementedError()
def iter_history(self, id):
raise NotImplementedError()