commit | cc38d35dc066cd48c8ecac83ffd9c269a264427b | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Tue Dec 20 00:38:37 2022 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 05 19:21:57 2023 -0700 |
tree | 178fd940ec20c837fbef3739c51a62e5cd4f91d1 | |
parent | 97f4d769bad0dfda168df136541888d81fa9d64c [diff] |
patman: replace deprecated SafeConfigParser with ConfigParser 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@savoirfairelinux.com> Reviewed-by: Simon Glass <sjg@chromium.org>