summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/Misc.py
diff options
context:
space:
mode:
authorYunhua Feng <yunhuax.feng@intel.com>2018-07-31 15:19:28 +0800
committerYonghong Zhu <yonghong.zhu@intel.com>2018-08-02 15:09:05 +0800
commit26067e30c48da27df41252444fce66a6418a613b (patch)
tree26fdc3b3778be783f434591f97e3ed258e2740d9 /BaseTools/Source/Python/Common/Misc.py
parent68bef3f0c7c71da2f065fd348efa79f04799d347 (diff)
downloadedk2-26067e30c48da27df41252444fce66a6418a613b.tar.gz
edk2-26067e30c48da27df41252444fce66a6418a613b.tar.bz2
edk2-26067e30c48da27df41252444fce66a6418a613b.zip
BaseTools: remove unused import thread
remove unused import thread 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: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common/Misc.py')
-rw-r--r--BaseTools/Source/Python/Common/Misc.py1
1 files changed, 0 insertions, 1 deletions
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