]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: replace readfp() with read_file()
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 5 Jul 2023 17:43:43 +0000 (19:43 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 5 Jul 2023 20:38:24 +0000 (21:38 +0100)
commitba4a1cd8a863f65ff016be72e520c323aa1e1a6f
tree1f40112ecc492caf20ab13403c29bf7b4ca5f88b
parentc75f81292d8247c45970c48ea38492b60aafd65c
test: replace readfp() with read_file()

ConfigParser.readfp() has been deprecated since Python 3.2 and was
dropped completely in Python 3.11.
test/sysv-generator-test.py