X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Fshowalbum.py;h=218d99834234b31a732089493a9e3e6215e68b72;hp=a13ffe89ff4d258583ca7f4917599e46515ae7ba;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=448d0e465aa5aab0be8c7dab7bfbdaf05be181ac diff --git a/jamaui/showalbum.py b/jamaui/showalbum.py index a13ffe8..218d998 100644 --- a/jamaui/showalbum.py +++ b/jamaui/showalbum.py @@ -23,7 +23,10 @@ # import gtk import cgi -import hildon +try: + import hildon +except: + import helldon as hildon import jamaendo from player import Playlist from playerwindow import open_playerwindow