From 03ed73006795e10c05c9948257f1800b46a9341d Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 18 Jun 2010 13:40:40 +0000 Subject: [PATCH] change example decoder name --- timeside/tests/api/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5