]> granicus.if.org Git - python/commitdiff
I could have sworn this was part of the change to not abbreviate ABSOLUTE
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 06:58:51 +0000 (06:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Apr 2006 06:58:51 +0000 (06:58 +0000)
Lib/__future__.py

index 79bee2476c13f169e6788a7b59e10524c759a145..d8e14d1573105a06f8e2884fb468cd08233960cb 100644 (file)
@@ -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),