X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Finclude.py;h=3bab9f3bdc7d3dcfbf7a10aaa488c2334e663555;hb=cba8eef965a5c243cd8bf51059f3bdd98793a22c;hp=0c87fba879a750765b67c040baefc98dd41930e9;hpb=f08956eaa3c6683d1767e60862d0555846581902;p=xml-template diff --git a/python/include.py b/python/include.py index 0c87fba..3bab9f3 100644 --- a/python/include.py +++ b/python/include.py @@ -9,4 +9,4 @@ master = xmltemplate.process_file("../xml/master.xml", { "h1": "Nice heading here", "contents": doc }); -print master.toxml() +print(master.toxml())