From d7241625a2476f50eb87d98e5a0d1c557accdd1d Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 9 Sep 2013 09:51:48 +0200 Subject: [PATCH] Fix indentation --- modules/grooveshark/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grooveshark/backend.py b/modules/grooveshark/backend.py index 0fd4fad6..f16cee52 100644 --- a/modules/grooveshark/backend.py +++ b/modules/grooveshark/backend.py @@ -59,7 +59,7 @@ class GroovesharkBackend(BaseBackend, ICapVideo, ICapCollection): if collection.path_level == 0: yield Collection([u'albums'], u'Search for Albums') if collection.path_level == 1: - print u'Enter cd [%s\'s name] then ls to launch search' % collection.split_path[0] + print u'Enter cd [%s\'s name] then ls to launch search' % collection.split_path[0] if collection.path_level == 2 and collection.split_path[0] == u'albums': for item in self.browser.search_albums(collection.split_path): yield item