summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-11 12:59:42 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-11 12:59:42 -0700
commit2e4ad6e2029669202ef0563f14de6eed9bd695a7 (patch)
tree3917d34699c08b17337cc174e7c93c3db2b49fd5
parentb9232f34bfb53bf7c574bfa350dd981f58d6a2d4 (diff)
parentd083c2992c170972cc4623d5d4e00ade90cf344b (diff)
downloadnumpy-2e4ad6e2029669202ef0563f14de6eed9bd695a7.tar.gz
Merge pull request #3227 from charris/2to3-apply-funcattrs
2to3: Skip `funcattrs` fixer.
-rwxr-xr-xtools/py3tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index ce0d1975c..0dbc47112 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -54,7 +54,7 @@ FIXES_TO_SKIP = [
'execfile',
'exitfunc',
'filter',
-# 'funcattrs',
+ 'funcattrs',
'future',
'getcwdu',
'has_key',