diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-03-18 07:32:03 -0700 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-03-18 07:32:03 -0700 |
commit | 94cf67ae8aa99be70e51633491c70076d4ad727b (patch) | |
tree | 0d713bd932d789c891b7105b15c879f05b25f92c | |
parent | 8b82848804790965c8b6bc3628868c417d266b86 (diff) | |
parent | d3e4639db4e7b243f472941ed6766b163fa4a6d0 (diff) | |
download | sos-94cf67ae8aa99be70e51633491c70076d4ad727b.tar.gz |
Merge pull request #98 from battlemidget/patch-1
Line 243 attempts to access non-imported regex
-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 |