X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fclone.py;h=694b1b59b6787e8ea8028fd0105ecebf250dd6ca;hb=HEAD;hp=134cdb596df48ac614a1ee2c49ade111e042fb59;hpb=d7b823c065dda5ae53023bcb3b2546c77cde97d9;p=xml-template diff --git a/python/clone.py b/python/clone.py index 134cdb5..694b1b5 100644 --- a/python/clone.py +++ b/python/clone.py @@ -10,4 +10,4 @@ doc = xmltemplate.process_file("../xml/clone.xml", { { 'li': 'Warm, woolen mittens' } ] }) -print doc.toxml() +print(doc.toxml())