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 6217b69..9ac12c0 100644
--- a/test/libtest.py
+++ b/test/libtest.py
@@ -8,7 +8,7 @@ import unittest
8import test 8import test
9import sys 9import sys
10sys.path.append('..') 10sys.path.append('..')
11from mat import mat 11from lib import mat
12 12
13 13
14class TestRemovelib(test.MATTest): 14class TestRemovelib(test.MATTest):