]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/sitecustomize.py
BaseTools: Remove './SecMain' from 'run' target
[mirror_edk2.git] / BaseTools / Source / Python / sitecustomize.py
index fa5cd40705cf482f7c4ba6bde8666058be25a74f..7dbbf8a232ab19ed1bbec719d6f327940ee9e5a9 100644 (file)
@@ -1,9 +1,15 @@
-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
+# SPDX-License-Identifier: BSD-2-Clause-Patent\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