]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/UPT.py
BaseTools: Remove './SecMain' from 'run' target
[mirror_edk2.git] / BaseTools / Source / Python / UPT / UPT.py
index 772974199f1f17f9ce0043932998c37498f6daf2..480f389d7d03d4aa14cd3547ebb7d50c662efab5 100644 (file)
@@ -1,16 +1,10 @@
 ## @file\r
 #\r
-# This file is the main entry for UPT \r
+# This file is the main entry for UPT\r
 #\r
-# Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available \r
-# under the terms and conditions of the BSD License which accompanies this \r
-# distribution. The full text of the license may be found at \r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 '''\r
@@ -21,6 +15,7 @@ UPT
 #\r
 import locale\r
 import sys\r
+from imp import reload\r
 encoding = locale.getdefaultlocale()[1]\r
 if encoding:\r
     reload(sys)\r