]> git.parisson.com Git - timeside.git/commitdiff
Fix doctest
authorThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 12:58:08 +0000 (14:58 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 14 May 2014 12:58:08 +0000 (14:58 +0200)
tests/test_yaafe.py
timeside/analyzer/yaafe.py

index 50b6dfedf635b87cad953c614f113b2b3fc4d556..61486f16c30665dea4f3f96e5269b19d277916b2 100755 (executable)
@@ -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
 
index 6b340520971321e8b0a0ac86d73ba6ea818ea4e0..f16386f8e7c690e4bc979eff161a7fcb4a88cd02 100644 (file)
 # Author : Thomas Fillon <thomas@parisson.com>
 """
 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