Show More
@@ -27,10 +27,10 b' except:' | |||
|
27 | 27 | "Couldn't import standard zlib (incomplete Python install).") |
|
28 | 28 | |
|
29 | 29 | try: |
|
30 |
|
|
|
30 | import bz2 | |
|
31 | 31 | except: |
|
32 |
|
|
|
33 |
|
|
|
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