summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index 5e2ffbe58..ef175ebfd 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -79,7 +79,8 @@ FIXES_TO_SKIP = [
'apply',
'input',
'raw_input',
- 'xreadlines'
+ 'xreadlines',
+ 'xrange'
]
skip_fixes= []