comparison setup.py @ 10768:95b7a15b2f05 stable

setup.py: don't use tabs
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 24 Mar 2010 19:44:30 +0100
parents 16a13fdb4b36
children 13a1b2fb7ef2
comparison
equal deleted inserted replaced
10762:129e96f7a87a 10768:95b7a15b2f05
25 except: 25 except:
26 raise SystemExit( 26 raise SystemExit(
27 "Couldn't import standard zlib (incomplete Python install).") 27 "Couldn't import standard zlib (incomplete Python install).")
28 28
29 try: 29 try:
30 import bz2 30 import bz2
31 except: 31 except:
32 raise SystemExit( 32 raise SystemExit(
33 "Couldn't import standard bz2 (incomplete Python install).") 33 "Couldn't import standard bz2 (incomplete Python install).")
34 34
35 import os, subprocess, time 35 import os, subprocess, time
36 import shutil 36 import shutil
37 import tempfile 37 import tempfile
38 from distutils.core import setup, Extension 38 from distutils.core import setup, Extension