commit | 8b73f9bf9e979b47aa4f7dcbd6727945a0da02f8 | [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 | 872f3a4ce245e9573a9572971074a8e57c1f6022 [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>