View Single Post
Posts: 37 | Thanked: 19 times | Joined on Mar 2009 @ Scotland
#5
Originally Posted by danielwilms View Post
something like this could work:

Code:
try:
    import hildon
except ImportError:
    do something
Thanks, this does work but will have to check what kind of overheads it adds to the app since i dont use any hildon methods at the moment.