X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fshowartist.py;h=6751b97c2b1e2368783234b01785733f64ef7701;hp=9cae975bd442632538826bb1d4f2d12eadf84c64;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=448d0e465aa5aab0be8c7dab7bfbdaf05be181ac diff --git a/jamaui/showartist.py b/jamaui/showartist.py index 9cae975..6751b97 100644 --- a/jamaui/showartist.py +++ b/jamaui/showartist.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 AlbumList