mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
idlelib: remove unused names and imports (one is a duplicate import).
This commit is contained in:
parent
82796193f9
commit
2733618fd9
8 changed files with 5 additions and 12 deletions
|
|
@ -16,7 +16,6 @@ import tkinter.font as tkFont
|
|||
|
||||
from idlelib.configHandler import idleConf
|
||||
from idlelib.dynOptionMenuWidget import DynOptionMenu
|
||||
from idlelib.tabbedpages import TabbedPageSet
|
||||
from idlelib.keybindingDialog import GetKeysDialog
|
||||
from idlelib.configSectionNameDialog import GetCfgSectionNameDialog
|
||||
from idlelib.configHelpSourceEdit import GetHelpSourceDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue