Cosimo Lupo 4d9291fe71 [plistlib] in python3, explicitly use fmt=PlistFormat.FMT_XML
Otherwise it will try to sniff the plist format and call `seek`
method on the file object, but the zip filesystem does not support
that...

UnsupportedOperation: seek
2017-07-21 17:46:00 +01:00
..