summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest.py')
-rw-r--r--test/libtest.py2
1 files changed, 1 insertions, 1 deletions
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
9import test 9import test
10import sys 10import sys
11sys.path.append('..') 11sys.path.append('..')
12from lib import mat 12from MAT import mat
13 13
14 14
15class TestRemovelib(test.MATTest): 15class TestRemovelib(test.MATTest):