From: Paul Brossier Date: Fri, 5 May 2006 08:07:47 +0000 (+0000) Subject: update imports in bench-delay X-Git-Tag: bzr2git~704 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfe0d36040af57f4b05a60f23b2f4f9e46c7473f;p=aubio.git update imports in bench-delay update imports in bench-delay --- 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):