Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / albumlist.py
index 5653310..dbaa8ff 100644 (file)
@@ -1,7 +1,10 @@
 import os
 import gtk
 import gobject
-import hildon
+try:
+    import hildon
+except:
+    import helldon as hildon
 import jamaendo
 import util
 from settings import settings