From 7bad64fccc5de86b172ea0de9b10258907261452 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 25 Feb 2013 23:11:41 +0100 Subject: [PATCH] audio: Add docstring to DummyAudio --- mopidy/audio/dummy.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mopidy/audio/dummy.py b/mopidy/audio/dummy.py index 6628d069..ad14390f 100644 --- a/mopidy/audio/dummy.py +++ b/mopidy/audio/dummy.py @@ -1,3 +1,9 @@ +"""A dummy audio actor for use in tests. + +This class implements the audio API in the simplest way possible. It is used in +tests of the core and backends. +""" + from __future__ import unicode_literals import pykka