diff options
| author | jvoisin | 2011-07-20 14:33:51 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-20 14:33:51 +0200 |
| commit | 6a7a62ed276fb8aaf332665c102bfa4446a572f8 (patch) | |
| tree | 9f559b6dfcef28316bbd61e01935de814bc619b0 /lib/mat.py | |
| parent | 23fc192252a12dd87e875cbca8329a3d12bed88b (diff) | |
Re-Organisation of the arborescence
Diffstat (limited to 'lib/mat.py')
| -rw-r--r-- | lib/mat.py | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -20,7 +20,9 @@ import archive | |||
| 20 | __version__ = "0.1" | 20 | __version__ = "0.1" |
| 21 | __author__ = "jvoisin" | 21 | __author__ = "jvoisin" |
| 22 | 22 | ||
| 23 | logging.basicConfig(level = logging.DEBUG) | 23 | LOGGING_LEVEL = logging.DEBUG |
| 24 | |||
| 25 | logging.basicConfig(level = LOGGING_LEVEL) | ||
| 24 | 26 | ||
| 25 | strippers = { | 27 | strippers = { |
| 26 | hachoir_parser.image.JpegFile: images.JpegStripper, | 28 | hachoir_parser.image.JpegFile: images.JpegStripper, |
