diff --git a/mopidy/backends/dummy.py b/mopidy/backends/dummy.py new file mode 100644 index 0000000000..7c13c9b1ec --- /dev/null +++ b/mopidy/backends/dummy.py @@ -0,0 +1,5 @@ +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