mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-30 23:53:31 -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.