mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[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:
parent
8e658eac78
commit
3b926ec154
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
# <pep8 compliant>
|
||||
|
||||
quotables = ("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
+ "abcdefghijklmnopqrstuvwxyz!#$%&*+-./:?@|~_^")
|
||||
+ "`abcdefghijklmnopqrstuvwxyz!#$%&*+-./:?@|~_^")
|
||||
|
||||
class PListError(Exception):
|
||||
def __init__(self, line, message):
|
||||
|
|
Loading…
Reference in a new issue