Mercurial > hg-stable
changeset 10769:d70ada7e987d
merge with stable
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 24 Mar 2010 19:44:53 +0100 |
parents | 63c6c2d1123c (current diff) 95b7a15b2f05 (diff) |
children | bd36e5c0ccb1 3dada86eb1e7 |
files | |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Mar 23 17:24:17 2010 -0500 +++ b/setup.py Wed Mar 24 19:44:53 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