shithub: aubio

Download patch

ref: dfe0d36040af57f4b05a60f23b2f4f9e46c7473f
parent: 3e29681b55793fe78814b006079a3d7f9b8315d6
author: Paul Brossier <piem@altern.org>
date: Fri May 5 04:07:47 EDT 2006

update imports in bench-delay
update imports in bench-delay


--- a/python/test/bench/onset/bench-delay
+++ b/python/test/bench/onset/bench-delay
@@ -1,8 +1,8 @@
 #! /usr/bin/python
 
-from aubio.tasks import *
-
-from benchonset import mmean, stdev, benchonset
+from aubio.bench.onset import benchonset
+from aubio.task.onset import taskonset
+from aubio.task.params import taskparams
 
 class mybenchonset(benchonset):
 
--