From: Stefan Behnel Date: Thu, 25 Nov 2010 22:44:14 +0000 (+0100) Subject: added __future__.nested_scopes as an importable dummy X-Git-Tag: 0.14.alpha0~73 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4029d8cbe7be159ed07de1de939f5cf5b0238e3b;p=cython.git added __future__.nested_scopes as an importable dummy --- diff --git a/Cython/Compiler/Future.py b/Cython/Compiler/Future.py index ef2c61f6..9955a813 100644 --- a/Cython/Compiler/Future.py +++ b/Cython/Compiler/Future.py @@ -10,5 +10,6 @@ unicode_literals = _get_feature("unicode_literals") with_statement = _get_feature("with_statement") division = _get_feature("division") print_function = _get_feature("print_function") +nested_scopes = _get_feature("nested_scopes") # dummy del _get_feature