author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Wed, 24 Mar 2010 19:44:30 +0100 | |
branch | stable |
changeset 10768 | 95b7a15b2f05 |
parent 10762 | 129e96f7a87a |
child 10769 | d70ada7e987d |
child 10770 | fe39f0160c74 |
child 10780 | 6d2ffc8f7393 |
--- a/setup.py Tue Mar 23 20:45:08 2010 +0100 +++ b/setup.py Wed Mar 24 19:44:30 2010 +0100 @@ -27,10 +27,10 @@ "Couldn't import standard zlib (incomplete Python install).") try: - import bz2 + import bz2 except: - raise SystemExit( - "Couldn't import standard bz2 (incomplete Python install).") + raise SystemExit( + "Couldn't import standard bz2 (incomplete Python install).") import os, subprocess, time import shutil