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