summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/clitest.py')
-rw-r--r--test/clitest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clitest.py b/test/clitest.py
index ad895f5..13d545a 100644
--- a/test/clitest.py
+++ b/test/clitest.py
@@ -12,7 +12,7 @@ import sys
12import tarfile 12import tarfile
13 13
14sys.path.append('..') 14sys.path.append('..')
15from MAT import mat 15from libmat import mat
16import test 16import test
17 17
18 18