diff options
| author | jvoisin | 2018-03-31 15:46:17 +0200 |
|---|---|---|
| committer | jvoisin | 2018-03-31 15:46:17 +0200 |
| commit | f391c9603c36a8ec80942c23ac6ba39fca5df72a (patch) | |
| tree | 7fdc2053c01f103a675274ebd3e6abcffba4dfbe /tests | |
| parent | 088c3d013ce4515920dea5e0becb98b36afa9a31 (diff) | |
Change a bit the source code organisation
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_libmat2.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 | |||
| 4 | import shutil | 4 | import shutil |
| 5 | import os | 5 | import os |
| 6 | 6 | ||
| 7 | from src import parsers | 7 | from src import pdf, png, jpg, audio, office |
| 8 | from src.parsers import pdf, png, jpg, audio | ||
| 9 | 8 | ||
| 10 | class TestGetMeta(unittest.TestCase): | 9 | class TestGetMeta(unittest.TestCase): |
| 11 | def test_pdf(self): | 10 | def test_pdf(self): |
