Imported BytesIO, ZipFile, url_request

This commit is contained in:
sTiKyt 2020-06-09 02:23:06 +03:00
parent 2e5368e873
commit f5f7474747
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -6,7 +6,7 @@
#
from Defs.ImportManager.unsorted_will_be_replaced import run_command, run_background_command, wait, ngrok, requests, \
from Defs.ImportManager.unsorted_will_be_replaced import BytesIO, ZipFile, run_command, url_request, run_background_command, wait, ngrok, requests, regular_expression, check_output, CalledProcessError, chdir, chmod, DEVNULL, PIPE, path, pathlib_Path
regular_expression, check_output, CalledProcessError, chdir, chmod, DEVNULL, PIPE, path
import Defs.ThemeManager.theme as theme
import Defs.LocalizationManager.lang_action_manager.lang_server.lang_server_runner as localization