threadutil imports not used

These imports are not used.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 09:04:07 +02:00
parent aebd530aaf
commit a655fa4fc2

View File

@ -15,10 +15,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from threading import Lock, Thread, BoundedSemaphore, currentThread
from threading import Lock, Thread, BoundedSemaphore
from queue import Queue, Empty
import traceback
import os.path
from offlineimap.ui import getglobalui