shithub: aubio

Download patch

ref: ea9817996f6ee0d056a82a28c44bd2f53242b869
parent: 897b45557fdcc0a0c903513405553debdf8f7a7a
author: Paul Brossier <[email protected]>
date: Sun Feb 26 12:31:01 EST 2006

added missing import
added missing import


--- a/python/aubio/bench/node.py
+++ b/python/aubio/bench/node.py
@@ -89,6 +89,7 @@
 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