diff options
Diffstat (limited to '')
| -rwxr-xr-x | test/test.py (renamed from test.py) | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -7,9 +7,11 @@ | |||
| 7 | 7 | ||
| 8 | import shutil | 8 | import shutil |
| 9 | import glob | 9 | import glob |
| 10 | import sys | ||
| 10 | import tempfile | 11 | import tempfile |
| 11 | import unittest | 12 | import unittest |
| 12 | import mat | 13 | sys.path.append('..') |
| 14 | from lib import mat | ||
| 13 | 15 | ||
| 14 | FILE_LIST = zip(glob.glob('clean*'), glob.glob('dirty*')) | 16 | FILE_LIST = zip(glob.glob('clean*'), glob.glob('dirty*')) |
| 15 | 17 | ||
