diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/clitest.py | 2 | ||||
| -rw-r--r-- | test/libtest.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/clitest.py b/test/clitest.py index 8fc4072..a818b5d 100644 --- a/test/clitest.py +++ b/test/clitest.py | |||
| @@ -10,7 +10,7 @@ import subprocess | |||
| 10 | import sys | 10 | import sys |
| 11 | 11 | ||
| 12 | sys.path.append('..') | 12 | sys.path.append('..') |
| 13 | from lib import mat | 13 | from MAT import mat |
| 14 | import test | 14 | import test |
| 15 | 15 | ||
| 16 | 16 | ||
diff --git a/test/libtest.py b/test/libtest.py index c44387d..9a833f1 100644 --- a/test/libtest.py +++ b/test/libtest.py | |||
| @@ -9,7 +9,7 @@ import unittest | |||
| 9 | import test | 9 | import test |
| 10 | import sys | 10 | import sys |
| 11 | sys.path.append('..') | 11 | sys.path.append('..') |
| 12 | from lib import mat | 12 | from MAT import mat |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | class TestRemovelib(test.MATTest): | 15 | class TestRemovelib(test.MATTest): |
