Merge pull request #424 from fire0shadow/anime4kcpp-import-fix

Add 'import sys' to anime4kcpp.py wrapper
This commit is contained in:
K4YT3X 2020-12-15 17:59:28 +00:00 committed by GitHub
commit 64e4a41710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,10 @@
Name: Anime4KCPP Driver
Author: K4YT3X
Date Created: May 3, 2020
Last Modified: September 9, 2020
Last Modified: December 15, 2020
Editor: fire0shadow
Last Modified: December 15, 2020
Description: This class is a high-level wrapper
for Anime4KCPP.
@ -16,6 +19,7 @@ import os
import pathlib
import platform
import subprocess
import sys
import threading
# third-party imports