From aff0adabf3ace62073076f4ce875ff568f2d3180 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 2 Jan 2019 22:04:06 -0500 Subject: bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) --- Lib/idlelib/config_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/config_key.py') diff --git a/Lib/idlelib/config_key.py b/Lib/idlelib/config_key.py index 21e84a94c9..4478323fcc 100644 --- a/Lib/idlelib/config_key.py +++ b/Lib/idlelib/config_key.py @@ -2,7 +2,7 @@ Dialog for building Tkinter accelerator key bindings """ from tkinter import Toplevel, Listbox, Text, StringVar, TclError -from tkinter.ttk import Button, Checkbutton, Entry, Frame, Label, Scrollbar +from tkinter.ttk import Frame, Button, Checkbutton, Entry, Label, Scrollbar from tkinter import messagebox import string import sys -- cgit v1.2.1