X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2FInfParserLite.py;h=8867bb5dc23a7ea97a7b29431e33a7dfe2cc3c2a;hp=6750f5a0c9673d63b665f695d123cd347a948b7c;hb=0d8ff45567fd8fc8e89cdfd646f585c4984ec1b1;hpb=40d841f6a8f84e75409178e19e69b95e01bada0f diff --git a/BaseTools/Source/Python/Eot/InfParserLite.py b/BaseTools/Source/Python/Eot/InfParserLite.py index 6750f5a0c9..8867bb5dc2 100644 --- a/BaseTools/Source/Python/Eot/InfParserLite.py +++ b/BaseTools/Source/Python/Eot/InfParserLite.py @@ -1,7 +1,7 @@ ## @file # This file is used to parse INF file of EDK project # -# 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 @@ -14,7 +14,7 @@ ## # Import Modules # -import os +import Common.LongFilePathOs as os import Common.EdkLogger as EdkLogger from Common.DataType import * from CommonDataClass.DataClass import * @@ -52,7 +52,7 @@ class EdkInfParser(object): self.SourceOverridePath = SourceOverridePath # Load Inf file if filename is not None - if Filename != None: + if Filename is not None: self.LoadInfFile(Filename) if SourceFileList: