commit | aff0adabf3ace62073076f4ce875ff568f2d3180 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Jan 02 22:04:06 2019 -0500 |
committer | GitHub <noreply@github.com> | Wed Jan 02 22:04:06 2019 -0500 |
tree | 157f0f7ad9d4f62e55cc99c000f6e82af30a0d01 | |
parent | e9a044ec16989bd4b39763c0588c17200a925350 [diff] [blame] |
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
diff --git a/Lib/idlelib/autocomplete_w.py b/Lib/idlelib/autocomplete_w.py index 9e0d336..7994bc0 100644 --- a/Lib/idlelib/autocomplete_w.py +++ b/Lib/idlelib/autocomplete_w.py
@@ -4,7 +4,7 @@ import platform from tkinter import * -from tkinter.ttk import Scrollbar +from tkinter.ttk import Frame, Scrollbar from idlelib.autocomplete import COMPLETE_FILES, COMPLETE_ATTRIBUTES from idlelib.multicall import MC_SHIFT