X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fsimple.py;h=8df3e08a161f4858a067ff8c2fbdb1c26cf8f3dc;hb=cba8eef965a5c243cd8bf51059f3bdd98793a22c;hp=7c78ed03696f5b4c72d58673ea8a269df369aa5f;hpb=f08956eaa3c6683d1767e60862d0555846581902;p=xml-template diff --git a/python/simple.py b/python/simple.py index 7c78ed0..8df3e08 100644 --- a/python/simple.py +++ b/python/simple.py @@ -5,4 +5,4 @@ doc = xmltemplate.process_file("../xml/simple.xml", { 'title': 'A very basic example', '#hello': 'Hello world!' }) -print doc.toxml() +print(doc.toxml())