backend: Make old DummyBackend imports work

This commit is contained in:
Stein Magnus Jodal 2014-01-18 02:12:04 +01:00
parent 838f7cd4d4
commit e4869e9e34

5
mopidy/backends/dummy.py Normal file
View 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