diff options
Diffstat (limited to 'dgbuilder/tools/formatXml.py')
-rw-r--r-- | dgbuilder/tools/formatXml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgbuilder/tools/formatXml.py b/dgbuilder/tools/formatXml.py index 913456a1..7d7d7b6c 100644 --- a/dgbuilder/tools/formatXml.py +++ b/dgbuilder/tools/formatXml.py @@ -8,4 +8,4 @@ xml_fname=sys.argv[1] #print pretty_xml_as_string x = etree.parse(xml_fname) -print etree.tostring(x, pretty_print = True) +print(etree.tostring(x, pretty_print = True)) |