Browse Source

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

Remove with_statement in flask/ctx.py
pull/1653/head
David Lord 9 years ago
parent
commit
9f4cbb9af4
  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