summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Rsa2048Sha256Sign
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/Rsa2048Sha256Sign
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/Rsa2048Sha256Sign')
-rw-r--r--BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py1
-rw-r--r--BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py b/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py
index a34dac423b..1be360f743 100644
--- a/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py
+++ b/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256GenerateKeys.py
@@ -22,7 +22,6 @@
'''
Rsa2048Sha256GenerateKeys
'''
-from __future__ import print_function
import os
import sys
diff --git a/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py b/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py
index 3fd7eefd6a..50a442dd4a 100644
--- a/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py
+++ b/BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py
@@ -17,7 +17,6 @@
'''
Rsa2048Sha256Sign
'''
-from __future__ import print_function
import os
import sys