diff options
author | njsmith <njs@pobox.com> | 2013-04-15 02:45:47 -0700 |
---|---|---|
committer | njsmith <njs@pobox.com> | 2013-04-15 02:45:47 -0700 |
commit | a196d789fbb8e72672c73ffcf99c687b5fd3ec3d (patch) | |
tree | d1ed0a80aa0a9358ae52a3ac2f2ea28897f5101b /tools/py3tool.py | |
parent | 6c47259eec0ec20c1150c2b29994de59a3158964 (diff) | |
parent | c70025a46d655a19c6c7d64dbbf96849093afb18 (diff) | |
download | numpy-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-x | tools/py3tool.py | 2 |
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', |