bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)

This commit is contained in:
Mark Roseman 2020-10-24 16:32:34 -07:00 committed by GitHub
parent be3c3a0e46
commit e53e54425d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
from tkinter import Label
from tkinter.ttk import Frame
from tkinter.ttk import Label, Frame
class MultiStatusBar(Frame):