fix indent

This commit is contained in:
Romain Bignon 2011-03-07 10:53:57 +01:00
commit 34db067da4
3 changed files with 53 additions and 53 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright(C) 2010 Romain Bignon
# Copyright(C) 2010-2011 Romain Bignon, Pierre Mazière
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -58,7 +58,7 @@ class LCLBackend(BaseBackend, ICapBank):
return iter([])
def iter_history(self, account):
with self.browser:
for history in self.browser.get_history(account):
yield history
with self.browser:
for history in self.browser.get_history(account):
yield history