]> git.sesse.net Git - xml-template/blobdiff - python/attribute3.py
Add Python 3 support.
[xml-template] / python / attribute3.py
index 9c6ffbf50b3372fbd18ae957fe2f8a1461903722..c420d940bd026e7344f941f7aec569e4cf6ed6fe 100644 (file)
@@ -11,4 +11,4 @@ doc = xmltemplate.process_file("../xml/clone.xml", {
                { "li": "Warm, woolen mittens"},
        ], "odd", "even")
 });
-print doc.toxml()
+print(doc.toxml())