Closed ggeerraalldd closed 3 years ago
Uses 'try' statements to attempt plistlib.load and plistlib.dump to avoid DeprecationWarning in Python 3. In Python 2 it will fall back on error to using plistlib.readPlist and plistlib.writePlist.
addressed in #47
Uses 'try' statements to attempt plistlib.load and plistlib.dump to avoid DeprecationWarning in Python 3. In Python 2 it will fall back on error to using plistlib.readPlist and plistlib.writePlist.