Skip to content

Commit

Permalink
with statement requires future import in 2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Mar 11, 2012
1 parent 41d047a commit 096f12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -8,6 +8,7 @@
merging, minifying and compiling CSS and Javascript files.
"""

from __future__ import with_statement
from setuptools import setup

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

0 comments on commit 096f12a

Please sign in to comment.