X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2Fsitecustomize.py;h=3afa90700e300e032903883f82f7c9d852b1e530;hp=ec463ea5fa292da3f24144f7fc23289c1d8189fc;hb=18ef4e713f2fb5d2f84d179b9861b4afee212f65;hpb=f51461c829c124288a930829a78e2a5a799f4039 diff --git a/BaseTools/Source/Python/sitecustomize.py b/BaseTools/Source/Python/sitecustomize.py index ec463ea5fa..3afa90700e 100644 --- a/BaseTools/Source/Python/sitecustomize.py +++ b/BaseTools/Source/Python/sitecustomize.py @@ -1,5 +1,7 @@ +## @file # -# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.
+# +# Copyright (c) 2009 - 2014, Apple Inc. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -14,6 +16,6 @@ import locale if sys.platform == "darwin": DefaultLocal = locale.getdefaultlocale()[1] if DefaultLocal is None: - DefaultLocal = 'UTF8' + DefaultLocal = 'UTF8' sys.setdefaultencoding(DefaultLocal)