mopidy/mopidy/backends/dummy.py
2014-01-18 02:12:04 +01:00

6 lines
225 B
Python

from __future__ import unicode_literals
# Make classes previously residing here available in the old location for
# backwards compatibility with extensions targeting Mopidy < 0.18.
from mopidy.backend.dummy import * # noqa