X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEcc%2FException.py;h=fffbf30a98e6a3c1634274a13f1685217310b5f3;hb=1be2ed90a20618d71ddf34b8a07d038da0b36854;hp=ffbb62b3b0298d160707cc17a553a50d7f03f17f;hpb=b8a13d736961faff0d11241a0428abc44a084d6e;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/Ecc/Exception.py b/BaseTools/Source/Python/Ecc/Exception.py index ffbb62b3b0..fffbf30a98 100644 --- a/BaseTools/Source/Python/Ecc/Exception.py +++ b/BaseTools/Source/Python/Ecc/Exception.py @@ -1,7 +1,7 @@ ## @file # This file is used to parse exception items found by ECC tool # -# Copyright (c) 2009, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 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 # from Xml.XmlRoutines import * -import os.path +import Common.LongFilePathOs as os # ExceptionXml to parse Exception Node of XML file class ExceptionXml(object):