pyflakes fixes

This commit is contained in:
Romain Bignon 2012-01-30 15:29:23 +01:00
commit b61f89b5c9
2 changed files with 8 additions and 7 deletions

View file

@ -80,9 +80,9 @@ class SocieteGenerale(BaseBrowser):
def get_history(self, account):
raise NotImplementedError()
if not self.is_on_page(AccountHistory) or self.page.account.id != account.id:
self.location(account.link_id)
return self.page.get_operations()
#if not self.is_on_page(AccountHistory) or self.page.account.id != account.id:
# self.location(account.link_id)
#return self.page.get_operations()
def transfer(self, from_id, to_id, amount, reason=None):
raise NotImplementedError()