View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#4
something like this could work:

Code:
try:
    import hildon
except ImportError:
    do something
 

The Following User Says Thank You to danielwilms For This Useful Post: