From ce837862be5bdc9a31549f35c72556ee683be29c Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 18 Dec 2012 17:03:16 +0000 Subject: Fix import statement in archives_test.py --- tests/archive_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/archive_tests.py b/tests/archive_tests.py index 7f4d95e1..f26548e3 100644 --- a/tests/archive_tests.py +++ b/tests/archive_tests.py @@ -5,7 +5,7 @@ import os import tarfile import zipfile -from sos.utilities import TarFileArchive, ZipFileArchive +from sos.archive import TarFileArchive, ZipFileArchive class ZipFileArchiveTest(unittest.TestCase): -- cgit