Import with statement in testsuite, Python 2.5.

This commit is contained in:
Ron DuPlain 2011-09-01 12:35:04 -04:00
parent 780297e2bb
commit 37f9cb9ca6
8 changed files with 23 additions and 0 deletions

View file

@ -10,6 +10,8 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
from contextlib import contextmanager
from werkzeug.test import Client, EnvironBuilder
from flask import _request_ctx_stack