diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-15 23:03:17 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-15 23:03:17 -0400 |
commit | 038c16b9a07b0905cef4760e5a5e92e322f56396 (patch) | |
tree | 422e29c8808586b9a742af892f0856d85d7554b2 /Lib/idlelib/ScriptBinding.py | |
parent | 2733618fd933bebc5a1c33437135b2cc3aacb018 (diff) | |
download | cpython-git-038c16b9a07b0905cef4760e5a5e92e322f56396.tar.gz |
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 3d11e97555..e71ddf49d3 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 |