From e4869e9e348dd5a0441edc0aca7c0298c2c892a9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 18 Jan 2014 02:12:04 +0100 Subject: [PATCH] backend: Make old DummyBackend imports work --- mopidy/backends/dummy.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mopidy/backends/dummy.py diff --git a/mopidy/backends/dummy.py b/mopidy/backends/dummy.py new file mode 100644 index 00000000..7c13c9b1 --- /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