From 8757babd150cecf63b4e7b13ba82e44f29e333af Mon Sep 17 00:00:00 2001 From: flifloo Date: Tue, 9 Jul 2019 17:00:21 +0200 Subject: [PATCH] exit fix for pyinstaller --- gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui.py b/gui.py index dd5e2dc..9ae9785 100644 --- a/gui.py +++ b/gui.py @@ -1,3 +1,4 @@ +from sys import exit from tkinter import Tk, Label, Button, Entry, Frame, LabelFrame, StringVar from tkinter.messagebox import showwarning, showerror, askokcancel from Morpion import Board