mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-09 06:35:13 -05:00
plistlib.Data is deprecated from Python 3.4 and fully removed in Python 3.9. Skimming over the code, it's look like nothing uses this data structure. Let's remove it.