From 9e5eb4ffbf2198ad5721078b4a76e7a63c0ac3c6 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 3 Apr 2006 06:58:51 +0000 Subject: [PATCH] I could have sworn this was part of the change to not abbreviate ABSOLUTE --- Lib/__future__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/__future__.py b/Lib/__future__.py index 79bee2476c1..d8e14d15731 100644 --- a/Lib/__future__.py +++ b/Lib/__future__.py @@ -109,7 +109,7 @@ division = _Feature((2, 2, 0, "alpha", 2), absolute_import = _Feature((2, 5, 0, "alpha", 1), (2, 7, 0, "alpha", 0), - CO_FUTURE_ABSIMPORT) + CO_FUTURE_ABSOLUTE_IMPORT) with_statement = _Feature((2, 5, 0, "alpha", 1), (2, 6, 0, "alpha", 0),