backend: Make old DummyBackend imports work
This commit is contained in:
parent
838f7cd4d4
commit
e4869e9e34
5
mopidy/backends/dummy.py
Normal file
5
mopidy/backends/dummy.py
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user