Package: lastfmsubmitd
Version: 0.36-1
Severity: serious
Tags: patch

Subject says all, I'm attaching a trivial patch.

  File "/home/adeodato/bin/lastfm_submit_files", line 52, in main
    client.submit_many(tracks)
  File "/var/lib/python-support/python2.4/lastfm/client.py", line 73, in 
submit_many
    lastfm.marshaller.dump_documents(songs, spool_file)
AttributeError: 'module' object has no attribute 'marshaller'

Thanks, and sorry I didn't find time to test lastfmsubmitd before it
migrated to testing.

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
Man: Wow, that woman looks exactly the way Nina is going to look in
about ten years... Oh shit, it is Nina. Don't tell her what I said, okay?
                -- http://www.overheardinnewyork.com/archives/003086.html
--- lastfm/client.py~
+++ lastfm/client.py
@@ -4,6 +4,7 @@
 import tempfile
 
 import lastfm.config
+import lastfm.marshaller
 
 SLEEP_TIME = 5
 PIDFILE_BASE = '/var/run/lastfm'

Reply via email to