summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-10 18:48:23 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-10 18:48:23 -0700
commit79126f1c6084c56348b71e1b91fb4b6bc9de86b2 (patch)
tree8485f10218d88865e36e7fab9984d6a2ee18ffc3
parent25d55b8f0ea74f7c8a700a14ef8c256a51dd1376 (diff)
parent16f97614acd12b85619f8a2a52114ecc955787a6 (diff)
downloadnumpy-79126f1c6084c56348b71e1b91fb4b6bc9de86b2.tar.gz
Merge pull request #3223 from charris/2to3-skip-future-fixer
2to3: Skip `future` fixer.
-rwxr-xr-xtools/py3tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index c9543294d..dd39e4f91 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -55,7 +55,7 @@ FIXES_TO_SKIP = [
'exitfunc',
'filter',
# 'funcattrs',
-# 'future',
+ 'future',
'getcwdu',
'has_key',
# 'idioms',