summaryrefslogtreecommitdiff
path: root/jfr_playoff/gui/variables.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-01-22 22:08:19 +0100
committeremkael <emkael@tlen.pl>2020-01-22 22:08:19 +0100
commit384e5fd67b5c55d422ad70124657485c129aa6aa (patch)
tree567e4bf507c1e3d76020f6e62ac00ceb9c3ed12f /jfr_playoff/gui/variables.py
parentb52c9bac6df1aea0a946453ac1763dce8d67c605 (diff)
parentb30e3c6c4f9b91e58c75b42558c0233f4f4a9975 (diff)
Merge branch 'tkinter-imports'
Diffstat (limited to 'jfr_playoff/gui/variables.py')
-rw-r--r--jfr_playoff/gui/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/gui/variables.py b/jfr_playoff/gui/variables.py
index ac9e0a6..80949aa 100644
--- a/jfr_playoff/gui/variables.py
+++ b/jfr_playoff/gui/variables.py
@@ -1,6 +1,6 @@
#coding=utf-8
-import tkinter as tk
+import Tkinter as tk
class NotifyVar(tk.Variable):
def __init__(self, *args, **kwargs):