summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-16 03:03:11 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-16 03:03:11 (GMT)
commit2848925ed252769d5fcc4ee1ba91a250810b1b55 (patch)
tree134f61614344af1f3895d2d9c51377a823c10fd0 /Lib/idlelib/run.py
parentf465e0f9296a1959c91c03a3663ba1e94ad9f1d3 (diff)
downloadcpython-2848925ed252769d5fcc4ee1ba91a250810b1b55.zip
cpython-2848925ed252769d5fcc4ee1ba91a250810b1b55.tar.gz
cpython-2848925ed252769d5fcc4ee1ba91a250810b1b55.tar.bz2
Issue #23184: idlelib, remove more unused names and imports.
Diffstat (limited to 'Lib/idlelib/run.py')
-rw-r--r--Lib/idlelib/run.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py
index 604c5cd..6ffc1b9 100644
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -1,5 +1,4 @@
import sys
-import io
import linecache
import time
import socket