diff options
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 |