Searched refs:template_path (Results 1 – 3 of 3) sorted by relevance
58 template_path = script_path + 'example/template/' variable87 shutil.copyfile(template_path + 'Makefile', project_folder + 'Makefile')91 with open(template_path + 'upload.cfg', 'rt') as fin:100 with open(template_path + 'Makefile', 'rt') as fin:115 with open(template_path + 'config.mk', 'rt') as fin:
87 template_path = script_path + "/app.X/nbproject/" variable88 for file in os.listdir(template_path):89 src = template_path + file
55 template_path = script_path + 'example/template/Makefile' variable85 with open(template_path, 'rt') as fin: