[PATCH 2/6] patman: replace deprecated SafeConfigParser with ConfigParser

Simon Glass sjg at chromium.org
Mon Dec 19 20:20:54 CET 2022


On Mon, 19 Dec 2022 at 08:50, Maxim Cournoyer <maxim.cournoyer at gmail.com> wrote:
>
> The SafeConfigParser class has been renamed in Python 3.2 to
> ConfigParser, and the old alias has been deprecated since.
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer at savoirfairelinux.com>
> ---
>
>  tools/patman/settings.py | 28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list