From 23b7e8a3b9ef3a1326c7c6ae6158e70d0319befe Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 14 May 2014 14:58:08 +0200 Subject: [PATCH] Fix doctest --- tests/test_yaafe.py | 2 +- timeside/analyzer/yaafe.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5