Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e53e544

Browse files
authoredOct 24, 2020
bpo-33987: Use ttk Label on IDLE statusbar (pythonGH-22941)
1 parent be3c3a0 commit e53e544

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎Lib/idlelib/statusbar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from tkinter import Label
2-
from tkinter.ttk import Frame
1+
from tkinter.ttk import Label, Frame
32

43

54
class MultiStatusBar(Frame):

0 commit comments

Comments
 (0)
Please sign in to comment.