diff options
author | Yunhua Feng <yunhuax.feng@intel.com> | 2018-09-21 15:36:42 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-10-13 09:50:40 +0800 |
commit | 487062c048809420de1b008bc9d17815a8c4fbdb (patch) | |
tree | 37ef1692db5683b233f0c0ac8e4dc89f76467fe0 /BaseTools/Source/Python/GenFds/CapsuleData.py | |
parent | 6693f359b3c213513c5096a06c6f67244a44dc52 (diff) | |
download | edk2-487062c048809420de1b008bc9d17815a8c4fbdb.tar.gz |
BaseTools: Remove the "from __future__ import" items
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: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/GenFds/CapsuleData.py')
-rw-r--r-- | BaseTools/Source/Python/GenFds/CapsuleData.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/GenFds/CapsuleData.py b/BaseTools/Source/Python/GenFds/CapsuleData.py index 0caba8983d..1a592189b3 100644 --- a/BaseTools/Source/Python/GenFds/CapsuleData.py +++ b/BaseTools/Source/Python/GenFds/CapsuleData.py @@ -15,7 +15,6 @@ ##
# Import Modules
#
-from __future__ import absolute_import
from . import Ffs
from .GenFdsGlobalVariable import GenFdsGlobalVariable
from io import BytesIO
|