summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Lyrics.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-08-07 16:17:58 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-08-07 16:17:58 +0200
commit57299a0b3d8b6eb6376d38a7499564b95a76721b (patch)
tree20efdc17f93e46de86ef4f9b76e96a26a2f33099 /nephilim/plugins/Lyrics.py
parentb1bfa8b9eb05019f7df7ccab58717f91beb851d1 (diff)
Lyrics: disable LyricWiki
it stopped providing lyrics via their API.
Diffstat (limited to 'nephilim/plugins/Lyrics.py')
-rw-r--r--nephilim/plugins/Lyrics.py10
1 files 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