aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugin_tests.py
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-12-09 17:46:32 +0000
committerBryn M. Reeves <bmr@redhat.com>2014-12-09 17:46:32 +0000
commitf342d39e714c0d9bf7567028766410a9a71b7ea5 (patch)
tree6a443048aa0a7fc9fe923328dbc6d145d5743ec0 /tests/plugin_tests.py
parent081e1ce9f9ad7570d057babd81b474fd407149d7 (diff)
downloadsos-f342d39e714c0d9bf7567028766410a9a71b7ea5.tar.gz
[archive] remove ZipArchive
Remove the ZipArchive class and associated test code. Fixes #322. Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'tests/plugin_tests.py')
-rw-r--r--tests/plugin_tests.py2
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__)