shithub: aubio

Download patch

ref: bcdcc55a26aa8ef007b189a4cfbf67c9d5d5ac0e
parent: 0f425aa87ba5b2703624e167801d794312e77032
author: Paul Brossier <piem@piem.org>
date: Thu Feb 23 11:28:31 EST 2017

python/scripts/aubiocut: remove old comment line

--- a/python/scripts/aubiocut
+++ b/python/scripts/aubiocut
@@ -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]
--