]> git.sesse.net Git - xml-template/blobdiff - python/attribute-empty.py
Add Python 3 support.
[xml-template] / python / attribute-empty.py
index fed55b5f6513e0fa498749c1491f38738bf4cf66..99a8cbc3b22fae303bb5ef8eda8866ab2500fb69 100644 (file)
@@ -5,4 +5,4 @@ doc = xmltemplate.process_file("../xml/clone.xml", {
        "color": "blue",
        "#things": []
 });
-print doc.toxml()
+print(doc.toxml())