Added 'helldon' to transparently port the thing to the desktop :P
[jamaendo] / jamaui / listbox.py
index edef878..bc34d09 100644 (file)
@@ -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):