Lines Matching refs:bootstrappath
502 bootstrappath = pathjoin(execdir, self.name)515 open(bootstrappath, "w").write(BOOTSTRAP_SCRIPT % locals())516 os.chmod(bootstrappath, 0775)