Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / showalbum.py
index a13ffe8..218d998 100644 (file)
 #
 import gtk
 import cgi
-import hildon
+try:
+    import hildon
+except:
+    import helldon as hildon
 import jamaendo
 from player import Playlist
 from playerwindow import open_playerwindow