]> git.sesse.net Git - xml-template/blobdiff - python/include.py
Add Python 3 support.
[xml-template] / python / include.py
index 0c87fba879a750765b67c040baefc98dd41930e9..3bab9f3bdc7d3dcfbf7a10aaa488c2334e663555 100644 (file)
@@ -9,4 +9,4 @@ master = xmltemplate.process_file("../xml/master.xml", {
        "h1": "Nice heading here",
        "contents": doc
 });
-print master.toxml()
+print(master.toxml())