pyflakes fix

This commit is contained in:
Romain Bignon 2014-04-26 12:02:17 +02:00
commit 8f11fd40bc

View file

@ -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")]')