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/Workspace/DscBuildData.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py') diff --git a/BaseTools/Source/Python/Workspace/DscBuildData.py b/BaseTools/Source/Python/Workspace/DscBuildData.py index 39db945fb8..8d1535e6e3 100644 --- a/BaseTools/Source/Python/Workspace/DscBuildData.py +++ b/BaseTools/Source/Python/Workspace/DscBuildData.py @@ -17,8 +17,6 @@ # This class is used to retrieve information stored in database and convert them # into PlatformBuildClassObject form for easier use for AutoGen. # -from __future__ import print_function -from __future__ import absolute_import from Common.StringUtils import * from Common.DataType import * from Common.Misc import * -- cgit v1.2.3