pyflakes fixes

This commit is contained in:
Kitof 2013-12-18 00:09:33 +01:00 committed by Romain Bignon
commit 2f3fd9a13c
3 changed files with 4 additions and 4 deletions

8
modules/ameli/browser.py Executable file → Normal file
View file

@ -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)

0
modules/ameli/pages.py Executable file → Normal file
View file

0
modules/hellobank/perso/accounts_list.py Executable file → Normal file
View file