X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2Flistbox.py;h=bc34d096d37464ef6b7ff8bee936d81ce50d890d;hp=edef878845c1831976b4ee19450e65743c5111fa;hb=61536ca548691b15e7f63340a0fbfb5a3055d5be;hpb=593d25b94de93d4d989e1a5d5fce1f1aab2baa2f diff --git a/jamaui/listbox.py b/jamaui/listbox.py index edef878..bc34d09 100644 --- a/jamaui/listbox.py +++ b/jamaui/listbox.py @@ -1,6 +1,9 @@ # what the fuck, GTK import gtk -import hildon +try: + import hildon +except: + import helldon as hildon class ListBox(gtk.TreeView): def __init__(self):