python/scripts/aubiocut: remove old comment line
[aubio.git] / 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]