diff options
| author | jvoisin | 2011-08-16 18:11:24 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-16 18:11:24 +0200 |
| commit | 4bd3e47da02fde08acfada1795cc55170abdb00a (patch) | |
| tree | f8c7aa5fd5e1b07a28b350c5ded8125ef2467c51 /test | |
| parent | baf8e080125614326ba9c96ca8f2404fd12b050e (diff) | |
setup.py now works !
Diffstat (limited to 'test')
| -rw-r--r-- | test/clitest.py | 2 | ||||
| -rw-r--r-- | test/libtest.py | 2 |
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 | |||
| 8 | import sys | 8 | import sys |
| 9 | 9 | ||
| 10 | sys.path.append('..') | 10 | sys.path.append('..') |
| 11 | from lib import mat | 11 | from mat import mat |
| 12 | import test | 12 | import test |
| 13 | 13 | ||
| 14 | class TestRemovecli(test.MATTest): | 14 | class 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 | |||
| 8 | import test | 8 | import test |
| 9 | import sys | 9 | import sys |
| 10 | sys.path.append('..') | 10 | sys.path.append('..') |
| 11 | from lib import mat | 11 | from mat import mat |
| 12 | 12 | ||
| 13 | class TestRemovelib(test.MATTest): | 13 | class TestRemovelib(test.MATTest): |
| 14 | ''' | 14 | ''' |
