diff options
| author | jvoisin | 2012-12-08 02:02:25 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-13 14:24:01 +0100 |
| commit | cbf8a2a65928694202e19b6bcf56ec84bcbf613c (patch) | |
| tree | e106475b0d5c003505336b5ae6416e4508bb768b /mat-gui | |
| parent | 67d5c1fa6b9ab6e1e7328ee57b15d8e46526d72a (diff) | |
Reorganize source tree and files installation location, cleanup setup.py (Closes: #689409)
Diffstat (limited to '')
| -rwxr-xr-x | mat-gui | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -17,8 +17,8 @@ import mimetypes | |||
| 17 | import xml.sax | 17 | import xml.sax |
| 18 | import urllib2 | 18 | import urllib2 |
| 19 | 19 | ||
| 20 | from lib import mat | 20 | from MAT import mat |
| 21 | from lib import strippers | 21 | from MAT import strippers |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | logging.basicConfig(level=mat.LOGGING_LEVEL) | 24 | logging.basicConfig(level=mat.LOGGING_LEVEL) |
