Can't believe I forgot that future import.
This commit is contained in:
parent
fc94599285
commit
1d8432ebfd
1 changed files with 1 additions and 0 deletions
1
flask.py
1
flask.py
|
|
@ -9,6 +9,7 @@
|
||||||
:copyright: (c) 2010 by Armin Ronacher.
|
:copyright: (c) 2010 by Armin Ronacher.
|
||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
from __future__ import with_statement
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue