Issue #23184: idlelib, remove more unused names and imports.

This commit is contained in:
Terry Jan Reedy 2015-05-15 23:03:17 -04:00
parent 2733618fd9
commit 038c16b9a0
6 changed files with 10 additions and 20 deletions

View file

@ -1,8 +1,6 @@
import sys
import io
import linecache
import time
import socket
import traceback
import _thread as thread
import threading