]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Tests/PythonTest.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Tests / PythonTest.py
1 ## @file
2 # Test whether PYTHON_COMMAND is available
3 #
4 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7
8 if __name__ == '__main__':
9 print('TRUE')