From af36529554c39a2eefcc2c8723715e2d25b401b8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 8 Jun 2014 13:39:18 +0200 Subject: Rename the MAT folder to libmat. This commit fixes some issues for dump operating systems who doesn't handle capitalization. --- test/clitest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/clitest.py') 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 import tarfile sys.path.append('..') -from MAT import mat +from libmat import mat import test -- cgit v1.3