projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e29681
)
update imports in bench-delay
author
Paul Brossier
<piem@altern.org>
Fri, 5 May 2006 08:07:47 +0000
(08:07 +0000)
committer
Paul Brossier
<piem@altern.org>
Fri, 5 May 2006 08:07:47 +0000
(08:07 +0000)
update imports in bench-delay
python/test/bench/onset/bench-delay
patch
|
blob
|
history
diff --git
a/python/test/bench/onset/bench-delay
b/python/test/bench/onset/bench-delay
index 6fb6e468e4bd9c91210a091ee9808a01730cfa0e..9a213d09c769c8d488ca17c3f37f44f863db78ff 100755
(executable)
--- 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):