##// END OF EJS Templates
merge with stable
Benoit Boissinot -
r10769:d70ada7e merge default
parent child Browse files
Show More
@@ -27,10 +27,10 b' except:'
27 27 "Couldn't import standard zlib (incomplete Python install).")
28 28
29 29 try:
30 import bz2
30 import bz2
31 31 except:
32 raise SystemExit(
33 "Couldn't import standard bz2 (incomplete Python install).")
32 raise SystemExit(
33 "Couldn't import standard bz2 (incomplete Python install).")
34 34
35 35 import os, subprocess, time
36 36 import shutil
General Comments 0
You need to be logged in to leave comments. Login now