Revision: | 1.2 |
Committed: | Mon Nov 13 15:38:17 2006 UTC (18 years, 5 months ago) by eulisse |
Branch: | MAIN |
CVS Tags: | PR0_3_13, PR0_3_12, PR0-3-11, forPR034, forPR010 |
Changes since 1.1: | +8 -8 lines |
Log Message: | Indentation fixes. |
# | User | Rev | Content |
---|---|---|---|
1 | eulisse | 1.1 | --- setup.py 2005-10-02 00:59:54.000000000 +0200 |
2 | +++ setup.py 2006-02-27 23:05:28.000000000 +0100 | ||
3 | @@ -1,9 +1,7 @@ | ||
4 | # ez_setup doesn't work with Python 2.2, so we use distutils | ||
5 | eulisse | 1.2 | # in that case: |
6 | try: | ||
7 | - from ez_setup import use_setuptools | ||
8 | - use_setuptools() | ||
9 | - from setuptools import setup | ||
10 | + from distutils.core import setup, Extension, Command | ||
11 | except ImportError: | ||
12 | from distutils.core import setup |