[Python] Add missing keywords 'as' and 'with' to pythonkw.swg.

This commit is contained in:
Olly Betts 2016-02-17 14:19:08 +13:00
commit 611bbe7ddf
2 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,7 @@
*/
PYTHONKW(and);
PYTHONKW(as);
PYTHONKW(assert);
PYTHONKW(break);
PYTHONKW(class);
@ -39,6 +40,7 @@ PYTHONKW(raise);
PYTHONKW(return);
PYTHONKW(try);
PYTHONKW(while);
PYTHONKW(with);
PYTHONKW(yield);
/*