Browse Source

Import with statement in helpers.py, #264.

pull/267/head
Ron DuPlain 14 years ago
parent
commit
57d9a2a118
  1. 2
      flask/helpers.py

2
flask/helpers.py

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

Loading…
Cancel
Save