From b30e3c6c4f9b91e58c75b42558c0233f4f4a9975 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 20 Jan 2020 11:16:46 +0100 Subject: Python 2.7.x-style tkinter imports, just to investigate compatibility --- jfr_playoff/gui/frames/network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jfr_playoff/gui/frames/network.py') diff --git a/jfr_playoff/gui/frames/network.py b/jfr_playoff/gui/frames/network.py index 96c5daa..927c4b1 100644 --- a/jfr_playoff/gui/frames/network.py +++ b/jfr_playoff/gui/frames/network.py @@ -3,8 +3,8 @@ import socket from collections import OrderedDict -import tkinter as tk -from tkinter import ttk +import Tkinter as tk +import ttk import tkMessageBox as tkmb from ...db import PlayoffDB -- cgit v1.2.3