From f391c9603c36a8ec80942c23ac6ba39fca5df72a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 31 Mar 2018 15:46:17 +0200 Subject: Change a bit the source code organisation --- tests/test_libmat2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 27bb8d1..c21185e 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py @@ -4,8 +4,7 @@ import unittest import shutil import os -from src import parsers -from src.parsers import pdf, png, jpg, audio +from src import pdf, png, jpg, audio, office class TestGetMeta(unittest.TestCase): def test_pdf(self): -- cgit v1.3