Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / playlists.py
index ece1527..3012e29 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 settings import settings
 import logging