diff options
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r-- | tests/plugin_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index f73a003a..7364eff1 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -10,7 +10,7 @@ except: from io import StringIO from sos.plugins import Plugin, regex_findall, _mangle_command -from sos.archive import TarFileArchive, ZipFileArchive +from sos.archive import TarFileArchive import sos.policies PATH = os.path.dirname(__file__) |