[io_mesh_qfmdl] Update plist parsing for `

This gets it pretty much in line with the C implementation. Certainly
good enough for validating a render pass spec :)
This commit is contained in:
Bill Currie 2022-05-04 14:42:50 +09:00
parent 8e658eac78
commit 3b926ec154

View file

@ -20,7 +20,7 @@
# <pep8 compliant>
quotables = ("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+ "abcdefghijklmnopqrstuvwxyz!#$%&*+-./:?@|~_^")
+ "`abcdefghijklmnopqrstuvwxyz!#$%&*+-./:?@|~_^")
class PListError(Exception):
def __init__(self, line, message):