summaryrefslogtreecommitdiff
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index 615c9da99..6674a2c39 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -24,13 +24,14 @@ Q(StopIteration)
Q(AssertionError)
Q(AttributeError)
+Q(IndentationError)
Q(IndexError)
Q(KeyError)
Q(NameError)
+Q(OSError)
Q(SyntaxError)
Q(TypeError)
Q(ValueError)
-Q(OSError)
Q(abs)
Q(all)
@@ -41,6 +42,9 @@ Q(chr)
Q(complex)
Q(dict)
Q(divmod)
+Q(enumerate)
+Q(eval)
+Q(filter)
Q(float)
Q(hash)
Q(int)
@@ -49,6 +53,7 @@ Q(issubclass)
Q(iter)
Q(len)
Q(list)
+Q(map)
Q(max)
Q(min)
Q(next)