Show More
@@ -26,6 +26,12 b' 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: | |||
|
30 | import bz2 | |||
|
31 | except: | |||
|
32 | raise SystemExit( | |||
|
33 | "Couldn't import standard bz2 (incomplete Python install).") | |||
|
34 | ||||
29 | import os, subprocess, time |
|
35 | import os, subprocess, time | |
30 | import shutil |
|
36 | import shutil | |
31 | import tempfile |
|
37 | import tempfile |
General Comments 0
You need to be logged in to leave comments.
Login now