From: Thomas Fillon Date: Thu, 20 Mar 2014 19:35:29 +0000 (+0100) Subject: Fix some pep8 warnings X-Git-Tag: 0.5.5~3^2^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c8306899dc44cd4e8ec3e520898a781e652e207e;p=timeside.git Fix some pep8 warnings --- diff --git a/timeside/decoder/utils.py b/timeside/decoder/utils.py index cf9e214..a776e15 100644 --- a/timeside/decoder/utils.py +++ b/timeside/decoder/utils.py @@ -231,7 +231,7 @@ def sha1sum_numpy(np_array): import os DOCTEST_ALIAS = {'wav_file': os.path.join(os.path.dirname(__file__), - '../../tests/samples/guitar.wav')} + '../../tests/samples/guitar.wav')} if __name__ == "__main__": import doctest