X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=npybabel.py;h=14ac115e338463f6cd6fa5460c9caea5ae9e37bb;hb=11dd44ec360d4130c824bda10bd2bee1f8a31a2c;hp=3b776857282612f1939310277d571ad3ae65b19c;hpb=e76a800f90c74d86e16a6265e49569fc5f3e7a69;p=odoo%2Fodoo.git diff --git a/npybabel.py b/npybabel.py index 3b77685..14ac115 100755 --- a/npybabel.py +++ b/npybabel.py @@ -107,7 +107,7 @@ def extract_qweb(fileobj, keywords, comment_tags, options): not ("t-jquery" in el.attrib and "t-operation" not in el.attrib) and \ not ("t-translation" in el.attrib and el.attrib["t-translation"].strip() == "off"): handle_text(el.text, el.sourceline) - for att in ('title', 'alt', 'label','placeholder'): + for att in ('title', 'alt', 'label', 'placeholder'): if att in el.attrib: handle_text(el.attrib[att], el.sourceline) iter_elements(el)