Home
last modified time | relevance | path

Searched refs:write_script (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_install_scripts.py43 def write_script(name, text): function
51 write_script("script1.py", ("#! /usr/bin/env python2.3\n"
54 write_script("script2.py", ("#!/usr/bin/python\n"
57 write_script("shell.sh", ("#!/bin/sh\n"
Dtest_build_scripts.py57 self.write_script(dir, "script1.py",
62 self.write_script(dir, "script2.py",
67 self.write_script(dir, "shell.sh",
73 def write_script(self, dir, name, text): member in BuildScriptsTestCase