diff options
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 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', |