summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-16 03:03:17 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-16 03:03:17 (GMT)
commit038c16b9a07b0905cef4760e5a5e92e322f56396 (patch)
tree422e29c8808586b9a742af892f0856d85d7554b2 /Lib/idlelib/run.py
parent2733618fd933bebc5a1c33437135b2cc3aacb018 (diff)
downloadcpython-038c16b9a07b0905cef4760e5a5e92e322f56396.zip
cpython-038c16b9a07b0905cef4760e5a5e92e322f56396.tar.gz
cpython-038c16b9a07b0905cef4760e5a5e92e322f56396.tar.bz2
Issue #23184: idlelib, remove more unused names and imports.
Diffstat (limited to 'Lib/idlelib/run.py')
-rw-r--r--Lib/idlelib/run.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py
index 13cec62..228875c 100644
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -1,8 +1,6 @@
import sys
-import io
import linecache
import time
-import socket
import traceback
import _thread as thread
import threading