commit | 052ca37daa20a9825d7ce905d632e349f434058d | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Thu Sep 14 14:34:45 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 10 14:50:50 2018 -0600 |
tree | b95661139971b51cbb935f8589e6a84f0580ffe7 | |
parent | b8c455500a08c75c4809e523d348027e72cda7ec [diff] |
test/py: Import 'configparser' lower case to be python 3.x safe In python 3.x the configparser module is named with all lower case. Import it as such in order to avoid errors when running on python 3.x, and fall back to the CamelCase version in order to keep working with python 2.x. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>