summaryrefslogtreecommitdiff
path: root/Lib/lib2to3/fixes/fix_buffer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib2to3/fixes/fix_buffer.py')
-rw-r--r--Lib/lib2to3/fixes/fix_buffer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/lib2to3/fixes/fix_buffer.py b/Lib/lib2to3/fixes/fix_buffer.py
index 1c1c4a128b..c6b0928024 100644
--- a/Lib/lib2to3/fixes/fix_buffer.py
+++ b/Lib/lib2to3/fixes/fix_buffer.py
@@ -9,6 +9,7 @@ from ..fixer_util import Name
class FixBuffer(fixer_base.BaseFix):
+ BM_compatible = True
explicit = True # The user must ask for this fixer