From 80149a1ca3779ce4177cbb449139062cdd2b0c46 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 May 2006 08:10:22 +0000 Subject: [PATCH] update imports in bench-window update imports in bench-window --- python/test/bench/onset/bench-window | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/test/bench/onset/bench-window b/python/test/bench/onset/bench-window index b725b661..1fa4a7b6 100755 --- 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): -- 2.26.2