ref: 80149a1ca3779ce4177cbb449139062cdd2b0c46
parent: dfe0d36040af57f4b05a60f23b2f4f9e46c7473f
author: Paul Brossier <piem@altern.org>
date: Fri May 5 04:10:22 EDT 2006
update imports in bench-window update imports in bench-window
--- a/python/test/bench/onset/bench-window
+++ b/python/test/bench/onset/bench-window
@@ -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):