diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-11 12:59:42 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-11 12:59:42 -0700 |
commit | 2e4ad6e2029669202ef0563f14de6eed9bd695a7 (patch) | |
tree | 3917d34699c08b17337cc174e7c93c3db2b49fd5 | |
parent | b9232f34bfb53bf7c574bfa350dd981f58d6a2d4 (diff) | |
parent | d083c2992c170972cc4623d5d4e00ade90cf344b (diff) | |
download | numpy-2e4ad6e2029669202ef0563f14de6eed9bd695a7.tar.gz |
Merge pull request #3227 from charris/2to3-apply-funcattrs
2to3: Skip `funcattrs` fixer.
-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 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', |