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/Common/RangeExpression.py | 1 - 1 file changed, 1 deletion(-) (limited to 'BaseTools/Source/Python/Common/RangeExpression.py') diff --git a/BaseTools/Source/Python/Common/RangeExpression.py b/BaseTools/Source/Python/Common/RangeExpression.py index 407dc06ccf..5449d2d1af 100644 --- a/BaseTools/Source/Python/Common/RangeExpression.py +++ b/BaseTools/Source/Python/Common/RangeExpression.py @@ -12,7 +12,6 @@ # # Import Modules # -from __future__ import print_function from Common.GlobalData import * from CommonDataClass.Exceptions import BadExpression from CommonDataClass.Exceptions import WrnExpression -- cgit v1.2.3