the following patch should fix it:

Index: src/Song.py

--- src/Song.py (Revision 182)
+++ src/Song.py (Arbeitskopie)
@@ -28,7 +28,7 @@
import re
import shutil
import Config
-import sha
+import hashlib
import binascii
import Cerealizer
import urllib