From d967e6d3cf623fdec0f0af4d6eba6aef8231e73a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 15 Apr 2013 17:35:10 -0500 Subject: [PATCH] timeside/analyzer/: factorise max_level and rms_level --- timeside/analyzer/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/timeside/analyzer/__init__.py b/timeside/analyzer/__init__.py index 8a50f36..95001c3 100644 --- a/timeside/analyzer/__init__.py +++ b/timeside/analyzer/__init__.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -from max_level import * -from mean_level import * +from level import * from dc import * from aubio_temporal import * from aubio_pitch import * -- 2.39.5