summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
authorjvoisin2011-08-16 18:11:24 +0200
committerjvoisin2011-08-16 18:11:24 +0200
commit4bd3e47da02fde08acfada1795cc55170abdb00a (patch)
treef8c7aa5fd5e1b07a28b350c5ded8125ef2467c51 /test/libtest.py
parentbaf8e080125614326ba9c96ca8f2404fd12b050e (diff)
setup.py now works !
Diffstat (limited to '')
-rw-r--r--test/libtest.py2
1 files changed, 1 insertions, 1 deletions
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 '''