Merge pull request #1149 from Wingpad/master

Fixing Issue #1148
This commit is contained in:
Terence Parr 2016-03-29 21:39:43 +00:00
commit 9655a92d50
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class Python2Target extends Target {
"memoryview", "memoryview",
"object", "oct", "open", "ord", "object", "oct", "open", "ord",
"pow", "print", "property", "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", "set", "setattr", "slice", "sorted", "staticmethod", "str", "sum", "super",
"tuple", "type", "tuple", "type",
"unichr", "unicode", "unichr", "unicode",