From 95cc4962167572089a99be324574094ba22415ad Mon Sep 17 00:00:00 2001 From: "Feng, YunhuaX" Date: Wed, 4 Apr 2018 13:53:13 +0800 Subject: BaseTools: Remove FdfParserLite.py from source since it is not used Remove FdfParserLite.py from source code since it is not used. Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng Reviewed-by: Yonghong Zhu --- BaseTools/Source/Python/Common/FdfClassObject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/Python/Common/FdfClassObject.py') diff --git a/BaseTools/Source/Python/Common/FdfClassObject.py b/BaseTools/Source/Python/Common/FdfClassObject.py index 9a7d6494d3..0401247351 100644 --- a/BaseTools/Source/Python/Common/FdfClassObject.py +++ b/BaseTools/Source/Python/Common/FdfClassObject.py @@ -14,7 +14,7 @@ ## # Import Modules # -from FdfParserLite import FdfParser +from GenFds.FdfParser import FdfParser from Table.TableFdf import TableFdf from CommonDataClass.DataClass import MODEL_FILE_FDF, MODEL_PCD, MODEL_META_DATA_COMPONENT from String import NormPath -- cgit v1.2.3