Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / showartist.py
index 9cae975..6751b97 100644 (file)
 #  (based on http://pygstdocs.berlios.de/pygst-tutorial/seeking.html)
 #
 import gtk
 #  (based on http://pygstdocs.berlios.de/pygst-tutorial/seeking.html)
 #
 import gtk
-import hildon
+try:
+    import hildon
+except:
+    import helldon as hildon
 import jamaendo
 from playerwindow import open_playerwindow
 from albumlist import AlbumList
 import jamaendo
 from playerwindow import open_playerwindow
 from albumlist import AlbumList