summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/BPDG
diff options
context:
space:
mode:
authorYunhua Feng <yunhuax.feng@intel.com>2018-09-21 15:36:42 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-10-13 09:50:40 +0800
commit487062c048809420de1b008bc9d17815a8c4fbdb (patch)
tree37ef1692db5683b233f0c0ac8e4dc89f76467fe0 /BaseTools/Source/Python/BPDG
parent6693f359b3c213513c5096a06c6f67244a44dc52 (diff)
downloadedk2-487062c048809420de1b008bc9d17815a8c4fbdb.tar.gz
edk2-487062c048809420de1b008bc9d17815a8c4fbdb.tar.bz2
edk2-487062c048809420de1b008bc9d17815a8c4fbdb.zip
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/BPDG')
-rw-r--r--BaseTools/Source/Python/BPDG/BPDG.py2
-rw-r--r--BaseTools/Source/Python/BPDG/GenVpd.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/BaseTools/Source/Python/BPDG/BPDG.py b/BaseTools/Source/Python/BPDG/BPDG.py
index 2ec1516c0a..15d4261677 100644
--- a/BaseTools/Source/Python/BPDG/BPDG.py
+++ b/BaseTools/Source/Python/BPDG/BPDG.py
@@ -20,8 +20,6 @@
##
# Import Modules
#
-from __future__ import print_function
-from __future__ import absolute_import
import Common.LongFilePathOs as os
import sys
import encodings.ascii
diff --git a/BaseTools/Source/Python/BPDG/GenVpd.py b/BaseTools/Source/Python/BPDG/GenVpd.py
index d7852d29ee..5dcd422f8b 100644
--- a/BaseTools/Source/Python/BPDG/GenVpd.py
+++ b/BaseTools/Source/Python/BPDG/GenVpd.py
@@ -13,7 +13,6 @@
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-from __future__ import absolute_import
import Common.LongFilePathOs as os
from io import BytesIO
from . import StringTable as st