Skip to content

Commit

Permalink
backend: Make old DummyBackend imports work
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jan 18, 2014
1 parent 838f7cd commit e4869e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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

0 comments on commit e4869e9

Please sign in to comment.