Remove with_statement in flask/ctx.py

This commit is contained in:
lord63 2015-12-13 22:08:31 +08:00
parent dc07e26a8f
commit b55bc0baa2

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