Browse Source

Remove with_statement in flask/ctx.py

pull/1651/head
lord63 9 years ago
parent
commit
b55bc0baa2
  1. 2
      flask/ctx.py

2
flask/ctx.py

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

Loading…
Cancel
Save