10000 with statement requires future import in 2.5. · woodcoder/flask-assets@096f12a · GitHub
[go: up one dir, main page]

Skip to content

Commit 096f12a

Browse files
committed
with statement requires future import in 2.5.
1 parent 41d047a commit 096f12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
merging, minifying and compiling CSS and Javascript files.
99
"""
1010

11+
from __future__ import with_statement
1112
from setuptools import setup
1213

1314
# Figure out the version; this could be done by importing the

0 commit comments

Comments
 (0)
0