commit | 2ec7cabb6e5ef8915af869b9ade54078ee7cdd1e | [log] [tgz] |
---|---|---|
author | James Teh <jamie@jantrid.net> | Wed Jul 21 01:51:51 2010 +0000 |
committer | James Teh <jamie@jantrid.net> | Wed Jul 21 01:51:51 2010 +0000 |
tree | 2254e924c12a9fb267d6217084a225bff50b7f4a | |
parent | c95d81c7aa3f5f8c00281d93ec26b071e58e6d7a [diff] [blame] |
python/setup.py: Remove unnecessary imports, allowing this to run in Python 2.7. (issue 12)
diff --git a/python/setup.py b/python/setup.py index 86828aa..dbe6f9b 100644 --- a/python/setup.py +++ b/python/setup.py
@@ -1,8 +1,7 @@ r"""Python bindings for liblouis """ -import sys, os -from distutils.core import setup, Command, DistutilsOptionError +from distutils.core import setup import louis classifiers = [