From ea9817996f6ee0d056a82a28c44bd2f53242b869 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 26 Feb 2006 17:31:01 +0000 Subject: [PATCH] added missing import added missing import --- python/aubio/bench/node.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/aubio/bench/node.py b/python/aubio/bench/node.py index 55b2e4fb..3ec442ba 100644 --- 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 -- 2.26.2