summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ScriptBinding.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-05-14 22:10:50 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-05-14 22:10:50 (GMT)
commit2733618fd933bebc5a1c33437135b2cc3aacb018 (patch)
tree646906cf0e738c2f296198073f9aaf9a264009dc /Lib/idlelib/ScriptBinding.py
parent82796193f9d8a4f5f85f438bd8b9a5a0efbbaabe (diff)
downloadcpython-2733618fd933bebc5a1c33437135b2cc3aacb018.zip
cpython-2733618fd933bebc5a1c33437135b2cc3aacb018.tar.gz
cpython-2733618fd933bebc5a1c33437135b2cc3aacb018.tar.bz2
idlelib: remove unused names and imports (one is a duplicate import).
Diffstat (limited to 'Lib/idlelib/ScriptBinding.py')
-rw-r--r--Lib/idlelib/ScriptBinding.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py
index b783637..3d11e97 100644
--- a/Lib/idlelib/ScriptBinding.py
+++ b/Lib/idlelib/ScriptBinding.py
@@ -18,13 +18,11 @@ XXX GvR Redesign this interface (yet again) as follows:
"""
import os
-import re
import string
import tabnanny
import tokenize
import tkinter.messagebox as tkMessageBox
-from idlelib.EditorWindow import EditorWindow
-from idlelib import PyShell, IOBinding
+from idlelib import PyShell
from idlelib.configHandler import idleConf
from idlelib import macosxSupport