diff options
author | emkael <emkael@tlen.pl> | 2020-01-20 11:16:46 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-01-20 11:16:46 +0100 |
commit | b30e3c6c4f9b91e58c75b42558c0233f4f4a9975 (patch) | |
tree | e1c5f1383936188562a5f3b68d30053d55a9fced /jfr_playoff/gui/variables.py | |
parent | d4e2e89db48980496fb66c46ceacd873a34f8bfc (diff) |
Python 2.7.x-style tkinter imports, just to investigate compatibilitytkinter-imports
Diffstat (limited to 'jfr_playoff/gui/variables.py')
-rw-r--r-- | jfr_playoff/gui/variables.py | 2 |
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): |