X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fplaylists.py;h=3012e2958897402fffd0bc904ef7af0573a812a3;hp=ece152712c68a921c782afa394cf17c06cfb8e5d;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=448d0e465aa5aab0be8c7dab7bfbdaf05be181ac diff --git a/jamaui/playlists.py b/jamaui/playlists.py index ece1527..3012e29 100644 --- a/jamaui/playlists.py +++ b/jamaui/playlists.py @@ -22,7 +22,10 @@ # (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