Fix an occurence of print ...
to print(...)
This commit is contained in:
parent
bbe0855651
commit
525e851e17
@ -43,7 +43,7 @@ def get_sound_type(input_filename):
|
|||||||
try:
|
try:
|
||||||
import scikits.audiolab as audiolab
|
import scikits.audiolab as audiolab
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "WARNING: audiolab is not installed so wav2png will not work"
|
print("WARNING: audiolab is not installed so wav2png will not work")
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
class AudioProcessingException(Exception):
|
class AudioProcessingException(Exception):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user