X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Ffeatured.py;h=2eef82d498643b632e541379cbb106133a28e685;hp=3f9aa20001f04f0e79179640bda72c8ba68d51f2;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=448d0e465aa5aab0be8c7dab7bfbdaf05be181ac diff --git a/jamaui/featured.py b/jamaui/featured.py index 3f9aa20..2eef82d 100644 --- a/jamaui/featured.py +++ b/jamaui/featured.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 playerwindow import open_playerwindow from showartist import ShowArtist