Wrong module path for StreamBackend example

This commit is contained in:
Nick Steel 2013-03-30 11:54:06 +00:00
parent e21de8dc8c
commit 13f39c8bf7

View File

@ -20,7 +20,7 @@ from __future__ import unicode_literals
#: BACKENDS = (
#: u'mopidy.backends.local.LocalBackend',
#: u'mopidy.backends.spotify.SpotifyBackend',
#: u'mopidy.backends.spotify.StreamBackend',
#: u'mopidy.backends.stream.StreamBackend',
#: )
BACKENDS = (
'mopidy.backends.local.LocalBackend',