X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2FReport.py;h=386e3eb8ec05d747d6ead55c3e0ff26bd3421616;hb=b24e99f7c4270e7c5e2df511a41ff70e46138612;hp=34002ba7d8341db67364f68baa53b5f7cb84a79c;hpb=52302d4dee589a5df43a464420c9fe68ba83937d;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/Eot/Report.py b/BaseTools/Source/Python/Eot/Report.py index 34002ba7d8..386e3eb8ec 100644 --- a/BaseTools/Source/Python/Eot/Report.py +++ b/BaseTools/Source/Python/Eot/Report.py @@ -1,8 +1,8 @@ ## @file # This file is used to create report for Eot tool # -# Copyright (c) 2008 - 2010, Intel Corporation -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.
+# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -14,8 +14,9 @@ ## # Import Modules # -import os +import Common.LongFilePathOs as os import EotGlobalData +from Common.LongFilePathSupport import OpenLongFilePath as open ## Report() class #