diff options
author | Adam Stokes <hackr@cypherbook.com> | 2013-03-18 10:35:45 -0400 |
---|---|---|
committer | Adam Stokes <hackr@cypherbook.com> | 2013-03-18 10:35:45 -0400 |
commit | 77aa5f79e08a6d3b0110932186b9d31388a164e9 (patch) | |
tree | cba24f9eabcf6673cda446e61b7b8c61b4cc896b | |
parent | 06c9fa1cc4ec053c457aa5aba57c3dfef92b86de (diff) | |
parent | 94cf67ae8aa99be70e51633491c70076d4ad727b (diff) | |
download | sos-77aa5f79e08a6d3b0110932186b9d31388a164e9.tar.gz |
Merge git://github.com/sosreport/sosreport into cloud-plugins
-rw-r--r-- | sos/archive.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/archive.py b/sos/archive.py index 4a4d1aeb..f837c600 100644 --- a/sos/archive.py +++ b/sos/archive.py @@ -23,6 +23,7 @@ import zipfile import shutil import logging import shlex +import re # required for compression callout (FIXME: move to policy?) from subprocess import Popen, PIPE, STDOUT |