Add missing imports
This commit is contained in:
parent
cb10d09e6f
commit
090a95fdba
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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):
|
class TestArchives (ArchiveTest):
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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):
|
class TestArchives (ArchiveTest):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue