summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py4
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= []