summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index b246c5b42..bf575e25d 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -31,6 +31,7 @@ Q(StopIteration)
Q(AssertionError)
Q(AttributeError)
+Q(ImportError)
Q(IndentationError)
Q(IndexError)
Q(KeyError)
@@ -80,6 +81,7 @@ Q(set)
Q(sorted)
Q(sum)
Q(str)
+Q(sys)
Q(tuple)
Q(type)
Q(zip)