From dfe0d36040af57f4b05a60f23b2f4f9e46c7473f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 May 2006 08:07:47 +0000 Subject: [PATCH] update imports in bench-delay update imports in bench-delay --- python/test/bench/onset/bench-delay | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/test/bench/onset/bench-delay b/python/test/bench/onset/bench-delay index 6fb6e468..9a213d09 100755 --- 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): -- 2.26.2