]> git.parisson.com Git - timeside.git/commitdiff
don't force batch for awdio
authoryomguy <yomguy@parisson.com>
Sat, 16 Oct 2010 11:51:04 +0000 (11:51 +0000)
committeryomguy <yomguy@parisson.com>
Sat, 16 Oct 2010 11:51:04 +0000 (11:51 +0000)
timeside/tools/waveform_batch_awdio.py

index 5a5087454b0cee52b98dda8de769c8853335b483..4001bda0ecdc2035c291619e673904ccb8de878c 100644 (file)
@@ -25,7 +25,7 @@ version = '0.2'
 import os
 import sys
 import timeside
-from logger import *
+from logger import Logger
 
 class GrapherScheme:
 
@@ -51,7 +51,7 @@ class GrapherScheme:
 #        self.bg_color = None
 
         # Force computation. By default, the class doesn't overwrite existing image files.
-        self.force = True
+        self.force = False
 
 
 class Media2Waveform: