revert changes to new BNP website which has been removed

This commit is contained in:
Romain Bignon 2011-10-04 11:02:16 +02:00
commit acbf167f8c
8 changed files with 91 additions and 97 deletions

View file

@ -76,12 +76,12 @@ class BNPorcBackend(BaseBackend, ICapBank):
def iter_history(self, account):
with self.browser:
for history in self.browser.get_history(account.id):
for history in self.browser.get_history(account):
yield history
def iter_operations(self, account):
with self.browser:
for coming in self.browser.get_coming_operations(account.id):
for coming in self.browser.get_coming_operations(account):
yield coming
def iter_transfer_recipients(self, ignored):