exit fix for pyinstaller

This commit is contained in:
Ethanell 2019-07-09 17:00:21 +02:00
parent a148c75ab2
commit 8757babd15

1
gui.py
View file

@ -1,3 +1,4 @@
from sys import exit
from tkinter import Tk, Label, Button, Entry, Frame, LabelFrame, StringVar from tkinter import Tk, Label, Button, Entry, Frame, LabelFrame, StringVar
from tkinter.messagebox import showwarning, showerror, askokcancel from tkinter.messagebox import showwarning, showerror, askokcancel
from Morpion import Board from Morpion import Board