X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fsimple.py;h=8df3e08a161f4858a067ff8c2fbdb1c26cf8f3dc;hb=HEAD;hp=7c78ed03696f5b4c72d58673ea8a269df369aa5f;hpb=0c6a8f8212f9ecca08848956f5a493ccb4311054;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())