diff options
| author | jvoisin | 2011-06-18 04:42:52 +0200 |
|---|---|---|
| committer | jvoisin | 2011-06-18 04:42:52 +0200 |
| commit | de5917e5f01374bb1a647f49ae85283241a2bea9 (patch) | |
| tree | fbe5483af79965d1445bd4aaa528f0ad3e48a8aa /test.py | |
| parent | 0523e034870ed80cc3916ebb78552d661de4d3b0 (diff) | |
Creation of the arborescence
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 | ||
