0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00

barry has already been causing test breakage

This commit is contained in:
Benjamin Peterson 2009-04-01 20:38:13 +00:00
parent fcc052763e
commit 91d7dfd77c

View File

@ -55,6 +55,7 @@ all_feature_names = [
"with_statement",
"print_function",
"unicode_literals",
"barry_as_FLUFL",
]
__all__ = ["all_feature_names"] + all_feature_names