From e2652f7770f636f62d95801e03964bdbff212603 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sat, 25 Jan 2014 21:33:19 +0000 Subject: [PATCH] AubioPitch: change imports to relative imports --- timeside/analyzer/aubio_pitch.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/timeside/analyzer/aubio_pitch.py b/timeside/analyzer/aubio_pitch.py index c280d06..9f893d2 100644 --- a/timeside/analyzer/aubio_pitch.py +++ b/timeside/analyzer/aubio_pitch.py @@ -19,9 +19,9 @@ # Author: Paul Brossier -from timeside.core import Processor, implements, interfacedoc, FixedSizeInputAdapter -from timeside.analyzer.core import Analyzer -from timeside.api import IAnalyzer +from ..core import implements, interfacedoc +from .core import Analyzer +from ..api import IAnalyzer from preprocessors import downmix_to_mono, frames_adapter from aubio import pitch -- 2.39.5