added missing sys library import

This commit is contained in:
k4yt3x 2019-11-16 02:54:25 -05:00
parent d503325a62
commit cb255da65c

View File

@ -19,6 +19,7 @@ from tkinter import messagebox
from tkinter import ttk
from tkinter.filedialog import *
import pathlib
import sys
import tempfile
import threading
import time