Fix an occurence of print ... to print(...)
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user