Remove now-unnecessary "from __future__  import nested_scopes" stmts.
diff --git a/Lib/__future__.py b/Lib/__future__.py
index de37336..8510ceb 100644
--- a/Lib/__future__.py
+++ b/Lib/__future__.py
@@ -66,4 +66,4 @@
         return "Feature(" + `self.getOptionalRelease()` + ", " + \
                             `self.getMandatoryRelease()` + ")"
 
-nested_scopes = _Feature((2, 1, 0, "beta", 1), (2, 2, 0, "final", 0))
+nested_scopes = _Feature((2, 1, 0, "beta", 1), (2, 2, 0, "alpha", 0))