Fixing Issue #1148, Python Target Generates Invalid Code With Rule Named 'Return'

This commit is contained in:
Justin Szaday 2016-03-25 22:16:54 -05:00
parent d0fb48c2b8
commit 93b1fa53b4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class Python2Target extends Target {
"memoryview",
"object", "oct", "open", "ord",
"pow", "print", "property",
"range", "raw_input", "reduce", "reload", "repr", "reversed", "round",
"range", "raw_input", "reduce", "reload", "repr", "return", "reversed", "round",
"set", "setattr", "slice", "sorted", "staticmethod", "str", "sum", "super",
"tuple", "type",
"unichr", "unicode",