]> git.parisson.com Git - timeside-diadems.git/commitdiff
timeside/analyzer/: factorise max_level and rms_level
authorPaul Brossier <piem@piem.org>
Mon, 15 Apr 2013 22:35:10 +0000 (17:35 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 15 Apr 2013 22:35:10 +0000 (17:35 -0500)
timeside/analyzer/__init__.py

index 8a50f369d6c9252faa1832a8a113c7743871a50b..95001c32d3e7ebfe2e8830969d9bd8a49455e988 100644 (file)
@@ -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 *