mirror of
https://github.com/python/cpython.git
synced 2025-09-01 22:47:59 +00:00
Issue #23184: idlelib, remove more unused names and imports.
This commit is contained in:
parent
2733618fd9
commit
038c16b9a0
6 changed files with 10 additions and 20 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue