From: Yunhua Feng Date: Tue, 31 Jul 2018 07:19:28 +0000 (+0800) Subject: BaseTools: remove unused import thread X-Git-Tag: edk2-stable201903~1304 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=26067e30c48da27df41252444fce66a6418a613b BaseTools: remove unused import thread remove unused import thread Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng Reviewed-by: Yonghong Zhu --- diff --git a/BaseTools/Source/Python/Common/Misc.py b/BaseTools/Source/Python/Common/Misc.py index 79d1ff28f5..fd948c727a 100644 --- a/BaseTools/Source/Python/Common/Misc.py +++ b/BaseTools/Source/Python/Common/Misc.py @@ -18,7 +18,6 @@ from __future__ import absolute_import import Common.LongFilePathOs as os import sys import string -import thread import threading import time import re