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 6c75cb59d..90cbae464 100755 --- a/tools/py3tool.py +++ b/tools/py3tool.py @@ -89,7 +89,7 @@ FIXES_TO_SKIP = [ 'throw', 'tuple_params', 'types', -# 'unicode', + 'unicode', 'urllib', # 'ws_comma', 'xrange', |