X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FTests%2FRunTests.py;h=934683a44654f126fe46b2c5e85f73cd7aff3a65;hb=HEAD;hp=057bdfffad52648231212722054a5b3a768348b7;hpb=407f5a0571d186bbfa0ac2e46ce63f4701063b86;p=mirror_edk2.git diff --git a/BaseTools/Tests/RunTests.py b/BaseTools/Tests/RunTests.py index 057bdfffad..934683a446 100644 --- a/BaseTools/Tests/RunTests.py +++ b/BaseTools/Tests/RunTests.py @@ -3,13 +3,7 @@ # # Copyright (c) 2008, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -19,13 +13,6 @@ import os import sys import unittest -try: - import distutils.util -except ModuleNotFoundError: - sys.exit(''' -Python reported: "No module named 'distutils.util" -''') - import TestTools def GetCTestSuite():