X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fsearch.py;h=4ea8dd394095582fbb608aceaa37d5a9a8df5677;hp=409204870401ea92703e9e1036aa232d8d0a8f2e;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=448d0e465aa5aab0be8c7dab7bfbdaf05be181ac diff --git a/jamaui/search.py b/jamaui/search.py index 4092048..4ea8dd3 100644 --- a/jamaui/search.py +++ b/jamaui/search.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