]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/sitecustomize.py
BaseTools: use set instead of list for a variable to be used with in
[mirror_edk2.git] / BaseTools / Source / Python / sitecustomize.py
index fa5cd40705cf482f7c4ba6bde8666058be25a74f..4ea84c51296946422766167ca6217a4070747eea 100644 (file)
@@ -1,9 +1,21 @@
-import sys
-import locale
-
-if sys.platform == "darwin":
-  DefaultLocal = locale.getdefaultlocale()[1]
-  if DefaultLocal is None:
-    DefaultLocal = 'UTF8'  
-  sys.setdefaultencoding(DefaultLocal)
-
+## @file\r
+#\r
+#\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
+import sys\r
+import locale\r
+\r
+if sys.platform == "darwin":\r
+  DefaultLocal = locale.getdefaultlocale()[1]\r
+  if DefaultLocal is None:\r
+    DefaultLocal = 'UTF8'  \r
+  sys.setdefaultencoding(DefaultLocal)\r
+\r