X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fattribute2.py;h=deb2f432551ee2befba12deb8985159cbf4a4350;hb=cba8eef965a5c243cd8bf51059f3bdd98793a22c;hp=4f25464b6e17932e62a426deda6cc783cfeb394c;hpb=f08956eaa3c6683d1767e60862d0555846581902;p=xml-template diff --git a/python/attribute2.py b/python/attribute2.py index 4f25464..deb2f43 100644 --- a/python/attribute2.py +++ b/python/attribute2.py @@ -10,4 +10,4 @@ doc = xmltemplate.process_file("../xml/clone.xml", { { "li": "Warm, woolen mittens"}, ], "odd", "even") }); -print doc.toxml() +print(doc.toxml())