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

@ -25,7 +25,8 @@ class SocieteGeneraleTest(BackendTest):
def test_societegenerale(self):
l = list(self.backend.iter_accounts())
if len(l) > 0:
a = l[0]
#list(self.backend.iter_operations(a))
#list(self.backend.iter_history(a))
self.assertTrue(len(l) > 0)
#if len(l) > 0:
# a = l[0]
# list(self.backend.iter_operations(a))
# list(self.backend.iter_history(a))