fedora-static-analysis / firehose

Interchange format for results for static analysis tools
63 stars 18 forks source link

Remove calls to deprecated plistlib function #42

Closed athos-ribeiro closed 4 years ago

athos-ribeiro commented 4 years ago

plistlib's readPlist has been deprecated since python 3.4 and was removed in python 3.9. We substitute it for direct calls to the plist load function.

Signed-off-by: Athos Ribeiro athoscr@fedoraproject.org