forked from orbit-oss/flask
Import with statement in helpers.py, #264.
This commit is contained in:
parent
e2fed6c3a7
commit
57d9a2a118
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
import sys
|
||||
import posixpath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue