commit | 352f1100c6dbff9113624d1b39f91ff1d737031b | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Tue Sep 27 16:03:52 2016 +0100 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | b7eab4bb6280cdc292516a1a8e092c572c427693 | |
parent | f14a1313f504471593d489c4769cbf01d5b1f420 [diff] |
patman: Import 'configparser' lower case to be python 3.x safe In python 3.x module names used in import statements are case sensitive, and the configparser module is named in all lower-case. Import it as such in order to avoid errors when running with python 3.x. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Simon Glass <sjg@chromium.org>