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>
This commit is contained in:
Yunhua Feng 2018-07-31 15:19:28 +08:00 committed by Yonghong Zhu
parent 68bef3f0c7
commit 26067e30c4
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ from __future__ import absolute_import
import Common.LongFilePathOs as os import Common.LongFilePathOs as os
import sys import sys
import string import string
import thread
import threading import threading
import time import time
import re import re