diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-16 03:03:11 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-16 03:03:11 (GMT) |
| commit | 2848925ed252769d5fcc4ee1ba91a250810b1b55 (patch) | |
| tree | 134f61614344af1f3895d2d9c51377a823c10fd0 /Lib/idlelib/macosxSupport.py | |
| parent | f465e0f9296a1959c91c03a3663ba1e94ad9f1d3 (diff) | |
| download | cpython-2848925ed252769d5fcc4ee1ba91a250810b1b55.zip cpython-2848925ed252769d5fcc4ee1ba91a250810b1b55.tar.gz cpython-2848925ed252769d5fcc4ee1ba91a250810b1b55.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 10a06bb..60f5cc4 100644 --- a/Lib/idlelib/macosxSupport.py +++ b/Lib/idlelib/macosxSupport.py @@ -125,11 +125,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] |
