From d3e4639db4e7b243f472941ed6766b163fa4a6d0 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Mon, 11 Feb 2013 15:59:11 -0500 Subject: Line 243 attempts to access non-imported regex This was a result from existing unittests. --- sos/archive.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit