From 57299a0b3d8b6eb6376d38a7499564b95a76721b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 7 Aug 2009 16:17:58 +0200 Subject: [PATCH] Lyrics: disable LyricWiki it stopped providing lyrics via their API. --- nephilim/plugins/Lyrics.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nephilim/plugins/Lyrics.py b/nephilim/plugins/Lyrics.py index 9c55a12..819735c 100644 --- a/nephilim/plugins/Lyrics.py +++ b/nephilim/plugins/Lyrics.py @@ -24,11 +24,11 @@ from ..plugin import Plugin from .. import misc _available_sites = [] -try: - import LyricWiki_client - _available_sites.append('lyricwiki') -except ImportError: - print 'Lyrics: error importing LyricWiki. Make sure that ZSI is installed.' +#try: +# import LyricWiki_client +# _available_sites.append('lyricwiki') +#except ImportError: +# print 'Lyrics: error importing LyricWiki. Make sure that ZSI is installed.' class wgLyrics(QtGui.QWidget): txtView = None # text-object -- 2.11.4.GIT