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
(cherry picked from commit e53e544)

Co-authored-by: Mark Roseman <[email protected]>
  • Loading branch information
miss-islington and roseman authored Oct 24, 2020
1 parent 82bfe36 commit c1b620e
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 c1b620e

Please sign in to comment.