6 lines
225 B
Python
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
|