summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/py3tool.py')
-rwxr-xr-xtools/py3tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3tool.py b/tools/py3tool.py
index 0caf6ebeb..e73d7aadb 100755
--- a/tools/py3tool.py
+++ b/tools/py3tool.py
@@ -46,7 +46,7 @@ EXTRA_2TO3_FLAGS = {
# available fixers, with fixers not currently skipped commented out.
FIXES_TO_SKIP = [
'apply',
-# 'basestring',
+ 'basestring',
'buffer',
'callable',
'dict',