diff options
| author | jvoisin | 2012-02-01 22:56:04 +0100 |
|---|---|---|
| committer | jvoisin | 2012-02-01 22:56:04 +0100 |
| commit | 544fe9bf1782a027b3f31bf4c10a050d783e32ac (patch) | |
| tree | a8dd60b9ae45efea4875fdb827070531f0199717 /test/libtest.py | |
| parent | 9ea6dc6960cebfa70d18ba8ee49d775ea91c9b34 (diff) | |
Rename mat-cli to mat-gui
Diffstat (limited to 'test/libtest.py')
| -rw-r--r-- | test/libtest.py | 2 |
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 | |||
| 8 | import test | 8 | import test |
| 9 | import sys | 9 | import sys |
| 10 | sys.path.append('..') | 10 | sys.path.append('..') |
| 11 | from mat import mat | 11 | from lib import mat |
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | class TestRemovelib(test.MATTest): | 14 | class TestRemovelib(test.MATTest): |
