PythonTest.py 231 B

123456789
  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. if __name__ == '__main__':
  8. print('TRUE')