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/macosxSupport.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/macosxSupport.py')
-rw-r--r-- | Lib/idlelib/macosxSupport.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/idlelib/macosxSupport.py b/Lib/idlelib/macosxSupport.py index 65bd688..5813749 100644 --- a/Lib/idlelib/macosxSupport.py +++ b/Lib/idlelib/macosxSupport.py @@ -123,11 +123,9 @@ def overrideRootMenu(root, flist): # # Due to a (mis-)feature of TkAqua the user will also see an empty Help # menu. - from tkinter import Menu, Text, Text - from idlelib.EditorWindow import prepstr, get_accelerator + from tkinter import Menu from idlelib import Bindings from idlelib import WindowList - from idlelib.MultiCall import MultiCallCreator closeItem = Bindings.menudefs[0][1][-2] |