Add missing imports

This commit is contained in:
Bastian Kleineidam 2010-03-08 22:07:13 +01:00
parent cb10d09e6f
commit 090a95fdba
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from tests import ArchiveTest, needs_program, needs_codec
from tests import ArchiveTest, needs_os, needs_program, needs_codec
class TestArchives (ArchiveTest):

View File

@ -13,7 +13,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from tests import ArchiveTest, needs_program, needs_codec
from tests import ArchiveTest, needs_os, needs_program, needs_codec
class TestArchives (ArchiveTest):