From 8f11fd40bc71c32184af24f278e306848eb49578 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 26 Apr 2014 12:02:17 +0200 Subject: [PATCH] pyflakes fix --- modules/ing/pages/accounts_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ing/pages/accounts_list.py b/modules/ing/pages/accounts_list.py index 35fd2424..4daf512c 100644 --- a/modules/ing/pages/accounts_list.py +++ b/modules/ing/pages/accounts_list.py @@ -137,7 +137,7 @@ class AccountsList(LoggedPage, HTMLPage): class item(ItemElement): klass = Transaction - obj_id = None # will be overwrited by the browser + obj_id = None # will be overwrited by the browser # we use lower for compatibility with the old website obj_raw = Transaction.Raw(Lower('.//td[@class="lbl"]')) obj_amount = CleanDecimal('.//td[starts-with(@class, "amount")]')