Skip to content

Commit 6878c54

Browse files
committed
Remove fake fixer (used only for testing the -f option)
1 parent 739d670 commit 6878c54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libfuturize/fixes/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# projects that are happy to drop support for Py2.5 and below. Applying
77
# them first will reduce the size of the patch set for the real porting.
88
lib2to3_fix_names_stage1 = set([
9-
'lib2to3.fixes.fix_absolute_import', # FAKE: TESTING ONLY
109
'lib2to3.fixes.fix_apply',
1110
'lib2to3.fixes.fix_except',
1211
'lib2to3.fixes.fix_exitfunc',

0 commit comments

Comments
 (0)