summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/libtest.py')
-rw-r--r--test/libtest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/libtest.py b/test/libtest.py
index 64b2c78..98cb4ea 100644
--- a/test/libtest.py
+++ b/test/libtest.py
@@ -14,11 +14,6 @@ import tempfile
14import unittest 14import unittest
15 15
16import test 16import test
17if test.IS_LOCAL is True:
18 # Are we testing the _local_ version of MAT?
19 sys.path.insert(0, '..')
20# else it will be in the path
21
22import libmat 17import libmat
23 18
24 19