exit fix for pyinstaller
This commit is contained in:
parent
a148c75ab2
commit
8757babd15
1 changed files with 1 additions and 0 deletions
1
gui.py
1
gui.py
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue