X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dgbuilder%2Ftools%2FformatXml.py;h=7d7d7b6cdca513b0de14d01035c7c176336c4e5e;hb=0b9839e70cb6a3ba1328f37792d33cd1896309ef;hp=913456a1a8890f91d553acf012ec53bea2a7bc8f;hpb=6741df81b766bb1dc271c214b923b18f52c20892;p=ccsdk%2Fdistribution.git 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))