Searched refs:manifest_file (Results 1 – 7 of 7) sorted by relevance
55 with open(filename, 'r') as manifest_file:56 for line in manifest_file:
56 with open(manifest_filename, 'w') as manifest_file:57 manifest_file.write(manifest.Generate())
116 manifest_file = os.path.join(extension_folder, 'manifest.json')117 with open(manifest_file) as f:120 with open(manifest_file, 'wb') as f:
37 puppet.manifest_file = "nodes.pp"58 puppet.manifest_file = "nodes.pp"
18 puppet.manifest_file = "nodes.pp"
191 with open(manifest_path, 'w') as manifest_file:194 manifest_file.write('\n'.join(manifest_strings))
709 def _remove_visual_c_ref(self, manifest_file): argument719 manifest_f = open(manifest_file)739 manifest_f = open(manifest_file, 'w')742 return manifest_file