core: flake8 1.5 style fix

This commit is contained in:
Stein Magnus Jodal 2012-11-17 00:52:57 +01:00
parent 426d5aea16
commit 9fbb797607

View File

@ -78,8 +78,8 @@ class Backends(list):
# the X_by_uri_scheme dicts below.
self.with_library = [b for b in backends if b.has_library().get()]
self.with_playback = [b for b in backends if b.has_playback().get()]
self.with_playlists = [b for b in backends
if b.has_playlists().get()]
self.with_playlists = [
b for b in backends if b.has_playlists().get()]
self.by_uri_scheme = {}
for backend in backends: