mirror of https://github.com/pallets/flask.git
Import with statement in helpers.py, #264.
This commit is contained in:
parent
e2fed6c3a7
commit
57d9a2a118
|
|
@ -9,6 +9,8 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import sys
|
||||
import posixpath
|
||||
|
|
|
|||
Loading…
Reference in New Issue