summaryrefslogtreecommitdiff
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index e73bd828e..fe74c3e92 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -13,7 +13,6 @@ Q(__next__)
Q(__qualname__)
Q(__repl_print__)
-Q(assertion_error)
Q(micropython)
Q(byte_code)
Q(native)
@@ -23,12 +22,13 @@ Q(asm_thumb)
Q(Ellipsis)
Q(StopIteration)
+Q(AssertionError)
Q(AttributeError)
Q(IndexError)
Q(KeyError)
Q(NameError)
-Q(TypeError)
Q(SyntaxError)
+Q(TypeError)
Q(ValueError)
Q(abs)
@@ -55,6 +55,7 @@ Q(print)
Q(range)
Q(set)
Q(sum)
+Q(tuple)
Q(type)
Q(append)