diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-16 03:03:17 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-16 03:03:17 (GMT) |
commit | 038c16b9a07b0905cef4760e5a5e92e322f56396 (patch) | |
tree | 422e29c8808586b9a742af892f0856d85d7554b2 /Lib/idlelib/ScriptBinding.py | |
parent | 2733618fd933bebc5a1c33437135b2cc3aacb018 (diff) | |
download | cpython-038c16b9a07b0905cef4760e5a5e92e322f56396.zip cpython-038c16b9a07b0905cef4760e5a5e92e322f56396.tar.gz cpython-038c16b9a07b0905cef4760e5a5e92e322f56396.tar.bz2 |
Issue #23184: idlelib, remove more unused names and imports.
Diffstat (limited to 'Lib/idlelib/ScriptBinding.py')
-rw-r--r-- | Lib/idlelib/ScriptBinding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py index 3d11e97..e71ddf4 100644 --- a/Lib/idlelib/ScriptBinding.py +++ b/Lib/idlelib/ScriptBinding.py @@ -18,7 +18,6 @@ XXX GvR Redesign this interface (yet again) as follows: """ import os -import string import tabnanny import tokenize import tkinter.messagebox as tkMessageBox |