bpent: support coming transactions

This commit is contained in:
Romain Bignon 2013-07-30 18:52:40 +02:00
commit 26ebea7875
3 changed files with 41 additions and 27 deletions

View file

@ -101,9 +101,6 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages):
return self.browser.iter_history(account)
def iter_coming(self, account):
if self.config['website'].get() != 'pp':
raise NotImplementedError()
with self.browser:
return self.browser.iter_coming_operations(account)