Merge pull request #63 from emanuelschuetze/master

python 2.5 support for setup.py
This commit is contained in:
Oskar Hahn 2012-11-29 06:06:01 -08:00
commit 6bc479b30f
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
:license: GNU GPL, see LICENSE for more details.
"""
# for python 2.5 support
from __future__ import with_statement
from setuptools import setup
from setuptools import find_packages
from openslides import get_version