From 090a95fdba5b8238f82fce80f35c634df68fecfe Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 8 Mar 2010 22:07:13 +0100 Subject: [PATCH] Add missing imports --- tests/test_archives.py | 2 +- tests/test_foo_archives.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_archives.py b/tests/test_archives.py index 3e0cc8e..c8098cb 100644 --- a/tests/test_archives.py +++ b/tests/test_archives.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from tests import ArchiveTest, needs_program, needs_codec +from tests import ArchiveTest, needs_os, needs_program, needs_codec class TestArchives (ArchiveTest): diff --git a/tests/test_foo_archives.py b/tests/test_foo_archives.py index 885c3b6..c07b91b 100644 --- a/tests/test_foo_archives.py +++ b/tests/test_foo_archives.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from tests import ArchiveTest, needs_program, needs_codec +from tests import ArchiveTest, needs_os, needs_program, needs_codec class TestArchives (ArchiveTest):