Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / search.py
index 4092048..4ea8dd3 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