]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/sitecustomize.py
BaseTools/GenFw: Enhance GenFw to support PRM GCC build
[mirror_edk2.git] / BaseTools / Source / Python / sitecustomize.py
index 3afa90700e300e032903883f82f7c9d852b1e530..50783e1b3af0645d2f861d543aa0887014ef5981 100644 (file)
@@ -3,17 +3,11 @@
 #\r
 # Copyright (c) 2009 - 2014, Apple Inc. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this 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
 import sys\r
 import locale\r
 \r
-if sys.platform == "darwin":\r
+if sys.platform == "darwin" and sys.version_info[0] < 3:\r
   DefaultLocal = locale.getdefaultlocale()[1]\r
   if DefaultLocal is None:\r
     DefaultLocal = 'UTF8'\r