From: Paul Brossier Date: Sun, 1 Dec 2013 20:18:04 +0000 (-0500) Subject: timeside/analyzer/core.py: simplify docstring, test passes from source dir X-Git-Tag: 0.5.2~22 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f6eb103cfb07071aaedb9b4784df98e8bf081e32;p=timeside.git timeside/analyzer/core.py: simplify docstring, test passes from source dir --- diff --git a/timeside/analyzer/core.py b/timeside/analyzer/core.py index c189667..bb88eba 100644 --- a/timeside/analyzer/core.py +++ b/timeside/analyzer/core.py @@ -804,9 +804,7 @@ class AnalyzerResultContainer(dict): ''' >>> import timeside - >>> import os - >>> ModulePath = os.path.dirname(os.path.realpath(timeside.analyzer.core.__file__)) - >>> wavFile = os.path.join(ModulePath , '../../tests/samples/sweep.wav') + >>> wavFile = 'tests/samples/sweep.wav' >>> d = timeside.decoder.FileDecoder(wavFile, start=1) >>> a = timeside.analyzer.Analyzer()