pyflakes fix
This commit is contained in:
parent
61bc712068
commit
8f11fd40bc
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class AccountsList(LoggedPage, HTMLPage):
|
||||||
class item(ItemElement):
|
class item(ItemElement):
|
||||||
klass = Transaction
|
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
|
# we use lower for compatibility with the old website
|
||||||
obj_raw = Transaction.Raw(Lower('.//td[@class="lbl"]'))
|
obj_raw = Transaction.Raw(Lower('.//td[@class="lbl"]'))
|
||||||
obj_amount = CleanDecimal('.//td[starts-with(@class, "amount")]')
|
obj_amount = CleanDecimal('.//td[starts-with(@class, "amount")]')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue