python/scripts/aubiocut: remove old comment line
authorPaul Brossier <piem@piem.org>
Thu, 23 Feb 2017 15:28:31 +0000 (16:28 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 23 Feb 2017 15:28:31 +0000 (16:28 +0100)
python/scripts/aubiocut

index eec68da..5fd5511 100755 (executable)
@@ -5,7 +5,6 @@
 """
 
 import sys
-#from aubio.task import *
 
 usage = "usage: %s [options] -i soundfile" % sys.argv[0]
 usage += "\n help: %s -h" % sys.argv[0]