mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-21 14:24:53 +08:00
added missing sys library import
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user