Skip to content
Commit 052ca37d authored by Paul Burton's avatar Paul Burton Committed by Simon Glass
Browse files

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: default avatarPaul Burton <paul.burton@imgtec.com>
Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
parent b8c45550
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment