]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Tests/PythonTest.py
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Tests / PythonTest.py
CommitLineData
7aef7b7c
LG
1## @file\r
2# Test whether PYTHON_COMMAND is available\r
3#\r
4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
2e351cbe 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7aef7b7c
LG
6#\r
7\r
8if __name__ == '__main__':\r
9 print('TRUE')\r