Merge pull request #1651 from lord63-forks/remove-with-statement

Remove with_statement in flask/ctx.py
This commit is contained in:
David Lord 2015-12-13 09:21:01 -08:00
commit 9f4cbb9af4

View file

@ -9,8 +9,6 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
import sys
from functools import update_wrapper