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