diff options
author | Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben> | 2018-04-04 05:03:04 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-08 14:50:16 +0800 |
commit | 386eb9d7935505ff13b07379832a02fe971ff61c (patch) | |
tree | 79cae49a751038bd5a368bf12492717a06a72e33 /BaseTools/Source/Python/GenFds | |
parent | 140b2b11a0dc7a414b93a9b8a50f5944d7a55d3e (diff) | |
download | edk2-386eb9d7935505ff13b07379832a02fe971ff61c.tar.gz edk2-386eb9d7935505ff13b07379832a02fe971ff61c.tar.bz2 edk2-386eb9d7935505ff13b07379832a02fe971ff61c.zip |
BaseTools: remove unused import statement
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/GenFds')
-rw-r--r-- | BaseTools/Source/Python/GenFds/GenFds.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/GenFds/GenFds.py b/BaseTools/Source/Python/GenFds/GenFds.py index 49e26424bb..810a1f86e9 100644 --- a/BaseTools/Source/Python/GenFds/GenFds.py +++ b/BaseTools/Source/Python/GenFds/GenFds.py @@ -24,7 +24,6 @@ import Common.BuildToolError as BuildToolError from GenFdsGlobalVariable import GenFdsGlobalVariable
from Workspace.WorkspaceDatabase import WorkspaceDatabase
from Workspace.BuildClassObject import PcdClassObject
-from Workspace.BuildClassObject import ModuleBuildClassObject
import RuleComplexFile
from EfiSection import EfiSection
import StringIO
|