Bug#452847: lastfmsubmit.py

2007-12-04 Thread Ari Pollak
This patch is actually not totally correct. A better patch is attached. --- lastfmsubmit.py 2007-06-25 17:19:33.0 -0400 +++ /usr/share/quodlibet/plugins/events/lastfmsubmit.py 2007-12-05 00:13:41.0 -0500 @@ -22,16 +23,20 @@ PLUGIN_NAME = _(Last.fm Submission) PLUGIN_DESC

Bug#452847: lastfmsubmit.py take 2

2007-12-04 Thread Ari Pollak
Also, it seems that the import lastfm has to be changed to import lastfm.client, lastfm.marshaller. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#452847: lastfmsubmit.py take 3

2007-12-04 Thread Ari Pollak
Last correction, I swear - the plugin also needs an import sys at the top. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]