summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
authornjsmith <njs@pobox.com>2013-04-15 02:45:47 -0700
committernjsmith <njs@pobox.com>2013-04-15 02:45:47 -0700
commita196d789fbb8e72672c73ffcf99c687b5fd3ec3d (patch)
treed1ed0a80aa0a9358ae52a3ac2f2ea28897f5101b /tools/py3tool.py
parent6c47259eec0ec20c1150c2b29994de59a3158964 (diff)
parentc70025a46d655a19c6c7d64dbbf96849093afb18 (diff)
downloadnumpy-a196d789fbb8e72672c73ffcf99c687b5fd3ec3d.tar.gz
Merge pull request #3248 from charris/2to3-apply-urllib-fixer
2to3: Apply urllib fixer.
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index a6fd5b3f4..d3eb60958 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -90,7 +90,7 @@ FIXES_TO_SKIP = [
'tuple_params',
# 'types',
# 'unicode',
-# 'urllib',
+ 'urllib',
# 'ws_comma',
'xrange',
'xreadlines',