mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Delete a few unused names suggested by pyflakes.
This commit is contained in:
parent
f18f87111b
commit
44f09ebd0f
5 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,6 @@ from tkinter import *
|
|||
import tkinter.messagebox as tkMessageBox
|
||||
import tkinter.colorchooser as tkColorChooser
|
||||
import tkinter.font as tkFont
|
||||
import copy
|
||||
|
||||
from idlelib.configHandler import idleConf
|
||||
from idlelib.dynOptionMenuWidget import DynOptionMenu
|
||||
|
@ -679,7 +678,7 @@ class ConfigDialog(Toplevel):
|
|||
if self.listBindings.curselection():
|
||||
reselect=1
|
||||
listIndex=self.listBindings.index(ANCHOR)
|
||||
keySet=idleConf.GetKeySet(keySetName)
|
||||
# keySet=idleConf.GetKeySet(keySetName) # unused, delete?
|
||||
bindNames = list(keySet.keys())
|
||||
bindNames.sort()
|
||||
self.listBindings.delete(0,END)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue