Home
last modified time | relevance | path

Searched hist:"2 ce7b21e6c98301f9b05daac076db33d498cfbe1" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dsettings.py2ce7b21e6c98301f9b05daac076db33d498cfbe1 Tue Sep 27 15:03:52 UTC 2016 Paul Burton <paul.burton@imgtec.com> 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>