pep8: Fix indentation is not a multiple of four

autopep8 -a -r -i --select E111 .

Manual check.
This commit is contained in:
Laurent Bachelier 2014-10-11 01:33:24 +02:00
commit 7aeb3e942e
16 changed files with 24 additions and 24 deletions

View file

@ -61,7 +61,7 @@ class AloesBrowser(Browser):
if not self.page.login(self.username, self.password) or \
not self.is_logged() or \
(self.is_on_page(LoginPage) and self.page.is_error()):
raise BrowserIncorrectPassword()
raise BrowserIncorrectPassword()
def get_rented_books_list(self):
if not self.is_on_page(RentedPage):