From: Ben Darnell Date: Fri, 13 Aug 2010 07:34:23 +0000 (-0700) Subject: Add future import to fix tests on 2.5 X-Git-Tag: v1.1.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d607129d9bd13da2a76d3a2acc656b0122e1e5f;p=thirdparty%2Ftornado.git Add future import to fix tests on 2.5 --- diff --git a/tornado/test/stack_context_test.py b/tornado/test/stack_context_test.py index 1a1e91502..4237d3448 100755 --- a/tornado/test/stack_context_test.py +++ b/tornado/test/stack_context_test.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +from __future__ import with_statement from tornado.stack_context import StackContext, wrap from tornado.testing import AsyncHTTPTestCase, AsyncTestCase, LogTrapTestCase