gst-validate: Fixed compatibility with Python 3.12
authorJordan Yelloz <jordan.yelloz@collabora.com>
Tue, 7 Nov 2023 18:42:19 +0000 (11:42 -0700)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 9 Nov 2023 10:19:52 +0000 (10:19 +0000)
commit804168653920ce2f1762e6ab42c8c5074214df40
tree6efc1271aa3422ad3095804acb625ec972527e5e
parent3dcb02ac64b1beef4fb1d900ff3e24bb454a67b4
gst-validate: Fixed compatibility with Python 3.12

config.readfp() was removed in python 3.12 and config.read_file() does the same
thing and has been available since Python 3.2

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5627>
subprojects/gst-devtools/validate/launcher/baseclasses.py