From cc9d0cc1b3a2cfcd3622cfc316f8969ca2d248aa Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 8 Oct 2009 02:03:37 +0200 Subject: [PATCH] tests/python/src/temporal/filter.py: update imports --- tests/python/src/temporal/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/src/temporal/filter.py b/tests/python/src/temporal/filter.py index c236057d..be108b65 100644 --- a/tests/python/src/temporal/filter.py +++ b/tests/python/src/temporal/filter.py @@ -1,5 +1,5 @@ from template import aubio_unit_template -from aubio.aubiowrapper import * +from localaubio import * samplerate = 44100 buf_size = 1024 -- 2.26.2