X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fattribute3.py;h=c420d940bd026e7344f941f7aec569e4cf6ed6fe;hb=cba8eef965a5c243cd8bf51059f3bdd98793a22c;hp=9c6ffbf50b3372fbd18ae957fe2f8a1461903722;hpb=f08956eaa3c6683d1767e60862d0555846581902;p=xml-template diff --git a/python/attribute3.py b/python/attribute3.py index 9c6ffbf..c420d94 100644 --- a/python/attribute3.py +++ b/python/attribute3.py @@ -11,4 +11,4 @@ doc = xmltemplate.process_file("../xml/clone.xml", { { "li": "Warm, woolen mittens"}, ], "odd", "even") }); -print doc.toxml() +print(doc.toxml())