From: Paul Brossier Date: Fri, 5 May 2006 08:10:22 +0000 (+0000) Subject: update imports in bench-window X-Git-Tag: 0.4.0-beta1~1230 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=80149a1ca3779ce4177cbb449139062cdd2b0c46;p=aubio.git update imports in bench-window update imports in bench-window --- 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):