update imports in bench-delay
authorPaul Brossier <piem@altern.org>
Fri, 5 May 2006 08:07:47 +0000 (08:07 +0000)
committerPaul Brossier <piem@altern.org>
Fri, 5 May 2006 08:07:47 +0000 (08:07 +0000)
update imports in bench-delay

python/test/bench/onset/bench-delay

index 6fb6e468e4bd9c91210a091ee9808a01730cfa0e..9a213d09c769c8d488ca17c3f37f44f863db78ff 100755 (executable)
@@ -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):