X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2FParser.py;h=ab19e30b69aa1c0749a4d160c27ae94c5918761b;hp=d5419d0e06618b3e8c1a93aef31cd3389b5b6306;hb=5af2a627d13f00f7dd782dde9db2ac7b821e8816;hpb=d0acc87a41d9aa25fe87eb096efa62afacd1f865 diff --git a/BaseTools/Source/Python/Eot/Parser.py b/BaseTools/Source/Python/Eot/Parser.py index d5419d0e06..ab19e30b69 100644 --- a/BaseTools/Source/Python/Eot/Parser.py +++ b/BaseTools/Source/Python/Eot/Parser.py @@ -2,7 +2,7 @@ # This file is used to define common parsing related functions used in parsing # Inf/Dsc/Makefile process # -# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
+# 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 @@ -15,7 +15,7 @@ ## # Import Modules # -import os, re +import Common.LongFilePathOs as os, re import Common.EdkLogger as EdkLogger from Common.DataType import * from CommonDataClass.DataClass import * @@ -23,6 +23,7 @@ from Common.String import CleanString, GetSplitValueList, ReplaceMacro import EotGlobalData from Common.Misc import sdict from Common.String import GetSplitList +from Common.LongFilePathSupport import OpenLongFilePath as open ## PreProcess() method #