X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fradios.py;h=44d92f3fc5494ef01463cba273d8716aaa04dfb2;hp=da10c777c87d6f52b60c8576d38a0786dc79b1c4;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=448d0e465aa5aab0be8c7dab7bfbdaf05be181ac diff --git a/jamaui/radios.py b/jamaui/radios.py index da10c77..44d92f3 100644 --- a/jamaui/radios.py +++ b/jamaui/radios.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 albumlist import RadioList