projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897b455
)
added missing import
author
Paul Brossier
<piem@altern.org>
Sun, 26 Feb 2006 17:31:01 +0000
(17:31 +0000)
committer
Paul Brossier
<piem@altern.org>
Sun, 26 Feb 2006 17:31:01 +0000
(17:31 +0000)
added missing import
python/aubio/bench/node.py
patch
|
blob
|
history
diff --git
a/python/aubio/bench/node.py
b/python/aubio/bench/node.py
index 55b2e4fb6ad73921ac1c54e2d86826edfb1fccc7..3ec442ba165f4b1238f8c456eab8829c7fd2651a 100644
(file)
--- a/
python/aubio/bench/node.py
+++ b/
python/aubio/bench/node.py
@@
-89,6
+89,7
@@
def act_on_files (action,listfiles,listres=None,suffix='.txt',filter='f',sub='\.
class bench:
""" class to run benchmarks on directories """
def __init__(self,datadir,resdir=None,checkres=False,checkanno=False,params=[]):
+ from aubio.tasks import taskparams
self.datadir = datadir
# path to write results path to
self.resdir = resdir