1 from builder_base import * 2 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True): 4 return False 5