mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-11-05 07:01:36 +01:00
added missing sys library import
This commit is contained in:
parent
d503325a62
commit
cb255da65c
@ -19,6 +19,7 @@ from tkinter import messagebox
|
|||||||
from tkinter import ttk
|
from tkinter import ttk
|
||||||
from tkinter.filedialog import *
|
from tkinter.filedialog import *
|
||||||
import pathlib
|
import pathlib
|
||||||
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user