From: Thomas Fillon Date: Wed, 14 May 2014 12:58:08 +0000 (+0200) Subject: Fix doctest X-Git-Tag: 0.5.5~1^2~26^2~2^2^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=23b7e8a3b9ef3a1326c7c6ae6158e70d0319befe;p=timeside.git Fix doctest --- diff --git a/tests/test_yaafe.py b/tests/test_yaafe.py index 50b6dfe..61486f1 100755 --- a/tests/test_yaafe.py +++ b/tests/test_yaafe.py @@ -4,7 +4,7 @@ from unit_timeside import * from timeside.decoder.file import FileDecoder from timeside.analyzer import WITH_YAAFE if WITH_YAAFE: - from timeside.analyzer import Yaafe + from timeside.analyzer.yaafe import Yaafe from yaafelib import DataFlow, FeaturePlan import os diff --git a/timeside/analyzer/yaafe.py b/timeside/analyzer/yaafe.py index 6b34052..f16386f 100644 --- a/timeside/analyzer/yaafe.py +++ b/timeside/analyzer/yaafe.py @@ -20,10 +20,8 @@ # Author : Thomas Fillon """ Module Yaafe Analyzer -Created on Thu Jun 13 16:05:02 2013 - -@author: Thomas Fillon """ + from timeside.core import implements, interfacedoc from timeside.analyzer.core import Analyzer from timeside.api import IAnalyzer