From 2f3fd9a13c2826a2c107c9257ce22b68c1ee80af Mon Sep 17 00:00:00 2001 From: Kitof Date: Wed, 18 Dec 2013 00:09:33 +0100 Subject: [PATCH] pyflakes fixes --- modules/ameli/browser.py | 8 ++++---- modules/ameli/pages.py | 0 modules/hellobank/perso/accounts_list.py | 0 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 modules/ameli/browser.py mode change 100755 => 100644 modules/ameli/pages.py mode change 100755 => 100644 modules/hellobank/perso/accounts_list.py diff --git a/modules/ameli/browser.py b/modules/ameli/browser.py old mode 100755 new mode 100644 index 767bb4b1..80718048 --- a/modules/ameli/browser.py +++ b/modules/ameli/browser.py @@ -65,7 +65,7 @@ class AmeliBrowser(BaseBrowser): if self.is_logging: return - + self.is_logging = True self.location(self.loginp) @@ -73,9 +73,9 @@ class AmeliBrowser(BaseBrowser): if not self.is_logged(): raise BrowserIncorrectPassword() - - self.is_logging = False - + + self.is_logging = False + def iter_subscription_list(self): if not self.is_on_page(AccountPage): self.location(self.accountp) diff --git a/modules/ameli/pages.py b/modules/ameli/pages.py old mode 100755 new mode 100644 diff --git a/modules/hellobank/perso/accounts_list.py b/modules/hellobank/perso/accounts_list.py old mode 100755 new mode 100644