diff options
-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 5ff282f73c..8f8a490f29 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 |