diff options
author | Feng, YunhuaX </o=Intel/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Feng, YunhuaX4e1> | 2018-04-04 13:53:13 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-09 11:10:51 +0800 |
commit | 95cc4962167572089a99be324574094ba22415ad (patch) | |
tree | b70e5142bf676cd6d9ec2328c5d090d18d92abbd /BaseTools/Source/Python/Common/FdfClassObject.py | |
parent | e037e88cd81d4ac63dd627719c87c305bf0b439e (diff) | |
download | edk2-95cc4962167572089a99be324574094ba22415ad.tar.gz edk2-95cc4962167572089a99be324574094ba22415ad.tar.bz2 edk2-95cc4962167572089a99be324574094ba22415ad.zip |
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 <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/FdfClassObject.py')
-rw-r--r-- | BaseTools/Source/Python/Common/FdfClassObject.py | 2 |
1 files changed, 1 insertions, 1 deletions
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
|