diff options
author | Adam Stokes <adam-stokes@ubuntu.com> | 2013-02-11 15:59:11 -0500 |
---|---|---|
committer | Adam Stokes <adam-stokes@ubuntu.com> | 2013-02-11 15:59:11 -0500 |
commit | d3e4639db4e7b243f472941ed6766b163fa4a6d0 (patch) | |
tree | 25da6cf89c09a700f1f7de0f042e3ce202258a9d | |
parent | a20b1c0440560d389b68b9ff2feeb6e94b8248e1 (diff) | |
download | sos-d3e4639db4e7b243f472941ed6766b163fa4a6d0.tar.gz |
Line 243 attempts to access non-imported regex
This was a result from existing unittests.
-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 |