[U-Boot] [PATCH v2 3/8] test/py: Import 'configparser' lower case to be python 3.x safe
Simon Glass
sjg at chromium.org
Tue Jul 10 20:57:04 UTC 2018
On 14 September 2017 at 15:34, Paul Burton <paul.burton at imgtec.com> wrote:
> 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 at imgtec.com>
> Reviewed-by: Stephen Warren <swarren at nvidia.com>
>
> ---
>
> Changes in v2:
> - Import python 2.x ConfigParser as the python 3.x style configparser, rather than the other way around.
>
> test/py/conftest.py | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list