diff options
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-x | tools/py3tool.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index 76ca2f026..be7a6cce8 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -76,7 +76,9 @@ FIXES_TO_SKIP = [ 'execfile', 'exec', 'callable', - 'apply' + 'apply', + 'input', + 'raw_input' ] skip_fixes= [] |