commit | f6aa3da9dafebe0bc210d4b78fa05a21a061f13b | [log] [tgz] |
---|---|---|
author | Dean Birch <dean.birch@arm.com> | Fri Jan 24 12:29:38 2020 +0000 |
committer | Dean Birch <dean.birch@arm.com> | Thu May 28 09:10:26 2020 +0100 |
tree | ca8435f9284be6994927a42a9537da50c03a42ec | |
parent | 5cb5a880c126f5b148d029db159072c2e66a6158 [diff] |
Increase compatibility As configs.py may be run by CI systems without the full python requirements needed by the build, this aims to increase the compatibility. * xmltodict only required by one function in the utils.py, but it was only used by the report parser, so moved that to the report parser. * Changed some lines combining dictionaries to be python 2 and 3 compatible. Change-Id: I1c54d0d5ee8d5995a6a62b8102b40071a50decb7 Signed-off-by: Dean Birch <dean.birch@arm.com>