diff options
author | emkael <emkael@tlen.pl> | 2020-01-22 22:08:19 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-22 22:08:19 +0100 |
commit | 384e5fd67b5c55d422ad70124657485c129aa6aa (patch) | |
tree | 567e4bf507c1e3d76020f6e62ac00ceb9c3ed12f /jfr_playoff/gui/frames/visual.py | |
parent | b52c9bac6df1aea0a946453ac1763dce8d67c605 (diff) | |
parent | b30e3c6c4f9b91e58c75b42558c0233f4f4a9975 (diff) |
Merge branch 'tkinter-imports'
Diffstat (limited to 'jfr_playoff/gui/frames/visual.py')
-rw-r--r-- | jfr_playoff/gui/frames/visual.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jfr_playoff/gui/frames/visual.py b/jfr_playoff/gui/frames/visual.py index 1cbe177..9794ef3 100644 --- a/jfr_playoff/gui/frames/visual.py +++ b/jfr_playoff/gui/frames/visual.py @@ -2,8 +2,8 @@ from collections import OrderedDict -import tkinter as tk -from tkinter import ttk +import Tkinter as tk +import ttk import tkColorChooser as tkcc from ..frames import GuiFrame, RepeatableFrame, ScrollableFrame |