diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-01 20:38:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-01 20:38:13 (GMT) |
commit | 91d7dfd77c85c0549b48d2bb281e83b51d38c0c4 (patch) | |
tree | 60dcfe5e5a688eb3a0c1bbadc4f9b37a154ab660 /Lib/__future__.py | |
parent | fcc052763ef2118ae1be8cd00342220587b4572a (diff) | |
download | cpython-91d7dfd77c85c0549b48d2bb281e83b51d38c0c4.zip cpython-91d7dfd77c85c0549b48d2bb281e83b51d38c0c4.tar.gz cpython-91d7dfd77c85c0549b48d2bb281e83b51d38c0c4.tar.bz2 |
barry has already been causing test breakage
Diffstat (limited to 'Lib/__future__.py')
-rw-r--r-- | Lib/__future__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/__future__.py b/Lib/__future__.py index 5ff282f..8f8a490 100644 --- a/Lib/__future__.py +++ b/Lib/__future__.py @@ -55,6 +55,7 @@ all_feature_names = [ "with_statement", "print_function", "unicode_literals", + "barry_as_FLUFL", ] __all__ = ["all_feature_names"] + all_feature_names |