summaryrefslogtreecommitdiff
path: root/test/clitest.py
diff options
context:
space:
mode:
authorjvoisin2014-06-08 13:39:18 +0200
committerjvoisin2014-06-08 13:39:18 +0200
commitaf36529554c39a2eefcc2c8723715e2d25b401b8 (patch)
treef54b964520bab44d1dfac725086211eaf22d3763 /test/clitest.py
parentef5a32cfd3c0555ffe5ddf413eeaae61622ebb4b (diff)
Rename the MAT folder to libmat.
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
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