# frontend not found or not available
raise Exception("Frontend %s not found or not available" % name)
# auto-detect
# frontend not found or not available
raise Exception("Frontend %s not found or not available" % name)
# auto-detect
if frontend.isAvailable():
return frontend() # call constructor
raise Exception("No frontend is available - this should not happen")
if frontend.isAvailable():
return frontend() # call constructor
raise Exception("No frontend is available - this should not happen")