added missing import
authorPaul Brossier <piem@altern.org>
Sun, 26 Feb 2006 17:31:01 +0000 (17:31 +0000)
committerPaul Brossier <piem@altern.org>
Sun, 26 Feb 2006 17:31:01 +0000 (17:31 +0000)
added missing import

python/aubio/bench/node.py

index 55b2e4fb6ad73921ac1c54e2d86826edfb1fccc7..3ec442ba165f4b1238f8c456eab8829c7fd2651a 100644 (file)
@@ -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