audio: Add docstring to DummyAudio

This commit is contained in:
Stein Magnus Jodal 2013-02-25 23:11:41 +01:00
parent 804a945e42
commit 7bad64fccc

View File

@ -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