diff options
Diffstat (limited to 'tests/archive_tests.py')
-rw-r--r-- | tests/archive_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |