Browse Source

interrogate: add missing async/await keywords

Closes #735
Paul m. p. P 6 years ago
parent
commit
35b80d0751
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/src/interrogate/interfaceMakerPythonNative.cxx

+ 2 - 0
dtool/src/interrogate/interfaceMakerPythonNative.cxx

@@ -117,6 +117,8 @@ const char *pythonKeywords[] = {
   "and",
   "and",
   "as",
   "as",
   "assert",
   "assert",
+  "async",
+  "await",
   "break",
   "break",
   "class",
   "class",
   "continue",
   "continue",