summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Lyrics.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-06-21 14:55:29 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-06-21 16:09:47 +0200
commit78352e76bddcef61d7eb24841651e54e1c074ce8 (patch)
treec373f977ea08e3020f444bcb71980b5937dddb0d /nephilim/plugins/Lyrics.py
parentf1b21811f412cbd7879371a0b5eb3fe8c5780f0a (diff)
Lyrics: print an error if importing Lyricwiki client fails.
Diffstat (limited to 'nephilim/plugins/Lyrics.py')
-rw-r--r--nephilim/plugins/Lyrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/Lyrics.py b/nephilim/plugins/Lyrics.py
index 5f6d579..9c55a12 100644
--- a/nephilim/plugins/Lyrics.py
+++ b/nephilim/plugins/Lyrics.py
@@ -28,7 +28,7 @@ try:
import LyricWiki_client
_available_sites.append('lyricwiki')
except ImportError:
- pass
+ print 'Lyrics: error importing LyricWiki. Make sure that ZSI is installed.'
class wgLyrics(QtGui.QWidget):
txtView = None # text-object