import sexy
So I was looking at some of the python source for Compiz Fusions' CCM and was quite amused to find this near the tip top of the code:
try:
import sexy
has_sexy = True
except ImportError:
print "Info: No sexy-python package found, don't worry it's optional."
has_sexy = False