summaryrefslogtreecommitdiff
path: root/lib/mat.py
diff options
context:
space:
mode:
authorjvoisin2012-02-06 02:05:05 +0100
committerjvoisin2012-02-06 02:05:05 +0100
commit2cba152e7c00ff2c422d5e1c911f17ea07f346ed (patch)
treee83a362b8f49f72b0457af7fd566ea37f9815b14 /lib/mat.py
parentc71999c4f789beb8812f9570926f894ac9f1938e (diff)
Merge the two processing mode into a unique one
Diffstat (limited to 'lib/mat.py')
-rw-r--r--lib/mat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mat.py b/lib/mat.py
index 53d02d8..dfcfc57 100644
--- a/lib/mat.py
+++ b/lib/mat.py
@@ -24,7 +24,7 @@ hachoir_core.config.quiet = True
24fname = '' 24fname = ''
25 25
26#Verbose 26#Verbose
27#LOGGING_LEVEL = logging.DEBUG 27LOGGING_LEVEL = logging.DEBUG
28#hachoir_core.config.quiet = False 28#hachoir_core.config.quiet = False
29#logname = 'report.log' 29#logname = 'report.log'
30 30