barry has already been causing test breakage
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 @@
     "with_statement",
     "print_function",
     "unicode_literals",
+    "barry_as_FLUFL",
 ]
 
 __all__ = ["all_feature_names"] + all_feature_names