summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/clitest.py2
-rw-r--r--test/libtest.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/clitest.py b/test/clitest.py
index 453333a..781fb80 100644
--- a/test/clitest.py
+++ b/test/clitest.py
@@ -8,7 +8,7 @@ import subprocess
8import sys 8import sys
9 9
10sys.path.append('..') 10sys.path.append('..')
11from lib import mat 11from mat import mat
12import test 12import test
13 13
14class TestRemovecli(test.MATTest): 14class TestRemovecli(test.MATTest):
diff --git a/test/libtest.py b/test/libtest.py
index 2390841..d8aaac1 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 lib import mat 11from mat import mat
12 12
13class TestRemovelib(test.MATTest): 13class TestRemovelib(test.MATTest):
14 ''' 14 '''