X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fattribute-empty.py;h=99a8cbc3b22fae303bb5ef8eda8866ab2500fb69;hb=cba8eef965a5c243cd8bf51059f3bdd98793a22c;hp=fed55b5f6513e0fa498749c1491f38738bf4cf66;hpb=f08956eaa3c6683d1767e60862d0555846581902;p=xml-template diff --git a/python/attribute-empty.py b/python/attribute-empty.py index fed55b5..99a8cbc 100644 --- a/python/attribute-empty.py +++ b/python/attribute-empty.py @@ -5,4 +5,4 @@ doc = xmltemplate.process_file("../xml/clone.xml", { "color": "blue", "#things": [] }); -print doc.toxml() +print(doc.toxml())