From: yomguy Date: Fri, 18 Jun 2010 13:40:40 +0000 (+0000) Subject: change example decoder name X-Git-Tag: 0.3.2~142 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=03ed73006795e10c05c9948257f1800b46a9341d;p=timeside.git change example decoder name --- diff --git a/timeside/tests/api/examples.py b/timeside/tests/api/examples.py index 1111b0f..d231387 100644 --- a/timeside/tests/api/examples.py +++ b/timeside/tests/api/examples.py @@ -6,7 +6,7 @@ from timeside import Metadata #from scikits import audiolab import numpy -class FileDecoder(Processor): +class FileAudiolabDecoder(Processor): """A simple audiolab-based example decoder""" implements(IDecoder)