mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 13:53:38 +02:00
Merge branch 'remove-plistlib-data' of https://github.com/sgn/calibre
This commit is contained in:
commit
8a99064099
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
# vim:fileencoding=utf-8
|
||||
# License: GPL v3 Copyright: 2019, Kovid Goyal <kovid at kovidgoyal.net>
|
||||
|
||||
from plistlib import loads, dumps, Data # noqa
|
||||
from plistlib import loads, dumps # noqa
|
||||
loads_binary_or_xml = loads
|
||||
|
|
|
|||
Loading…
Reference in a new issue