summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-21 19:46:02 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-21 19:46:02 -0700
commit56e806abb78ac03a5f45090a3b9bf7a6c9964026 (patch)
tree5c0106a65471d2c4bb85cd6b3dddf752d933fcf5 /tools/py3tool.py
parent1975606394d577421c4b4e21abb8fdadbdc572c0 (diff)
parentc879ad8a39f2b74edcdaa05a2f2f854fb235537d (diff)
downloadnumpy-56e806abb78ac03a5f45090a3b9bf7a6c9964026.tar.gz
Merge pull request #3242 from charris/2to3-apply-types-fixer
2to3: Apply types 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 072b593a7..6c75cb59d 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -88,7 +88,7 @@ FIXES_TO_SKIP = [
'sys_exc',
'throw',
'tuple_params',
-# 'types',
+ 'types',
# 'unicode',
'urllib',
# 'ws_comma',