Skip to content

Commit

Permalink
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Browse files Browse the repository at this point in the history
  • Loading branch information
roseman authored Oct 24, 2020
1 parent be3c3a0 commit e53e544
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/idlelib/statusbar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from tkinter import Label
from tkinter.ttk import Frame
from tkinter.ttk import Label, Frame


class MultiStatusBar(Frame):
Expand Down

0 comments on commit e53e544

Please sign in to comment.