diff options
Diffstat (limited to 'test/clitest.py')
| -rw-r--r-- | test/clitest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clitest.py b/test/clitest.py index 453333a..781fb80 100644 --- a/test/clitest.py +++ b/test/clitest.py | |||
| @@ -8,7 +8,7 @@ import subprocess | |||
| 8 | import sys | 8 | import sys |
| 9 | 9 | ||
| 10 | sys.path.append('..') | 10 | sys.path.append('..') |
| 11 | from lib import mat | 11 | from mat import mat |
| 12 | import test | 12 | import test |
| 13 | 13 | ||
| 14 | class TestRemovecli(test.MATTest): | 14 | class TestRemovecli(test.MATTest): |
