From 487062c048809420de1b008bc9d17815a8c4fbdb Mon Sep 17 00:00:00 2001 From: Yunhua Feng Date: Fri, 21 Sep 2018 15:36:42 +0800 Subject: BaseTools: Remove the "from __future__ import" items Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng Reviewed-by: Liming Gao --- BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py | 1 - 1 file changed, 1 deletion(-) (limited to 'BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py') diff --git a/BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py b/BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py index a44781f2e8..47677cc28e 100644 --- a/BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py +++ b/BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py @@ -19,7 +19,6 @@ ''' Pkcs7Sign ''' -from __future__ import print_function import os import sys -- cgit v1.2.3