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

python/test/bench/onset/bench-window

index b725b6618cc2f1eb7fcb33af897de044682370c2..1fa4a7b6853c55bbbc03fe2958870278e52f2842 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):