Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / featured.py
index 3f9aa20..2eef82d 100644 (file)
 #  (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 showartist import ShowArtist