mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
barry has already been causing test breakage
This commit is contained in:
parent
fcc052763e
commit
91d7dfd77c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ all_feature_names = [
|
||||||
"with_statement",
|
"with_statement",
|
||||||
"print_function",
|
"print_function",
|
||||||
"unicode_literals",
|
"unicode_literals",
|
||||||
|
"barry_as_FLUFL",
|
||||||
]
|
]
|
||||||
|
|
||||||
__all__ = ["all_feature_names"] + all_feature_names
|
__all__ = ["all_feature_names"] + all_feature_names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue