diff options
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-x | tools/py3tool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py index a6fd5b3f4..072b593a7 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -72,7 +72,7 @@ FIXES_TO_SKIP = [ 'metaclass', 'methodattrs', 'ne', -# 'next', + 'next', 'nonzero', 'numliterals', 'operator', @@ -90,7 +90,7 @@ FIXES_TO_SKIP = [ 'tuple_params', # 'types', # 'unicode', -# 'urllib', + 'urllib', # 'ws_comma', 'xrange', 'xreadlines', |