Imported regular_expression

pull/690/head
sTiKyt 2020-06-09 02:24:46 +03:00
parent e77ef75e65
commit fe93589e99
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# under certain conditions; you can read LICENSE for details.
#
from Defs.ImportManager.unsorted_will_be_replaced import requests, getuid, platform_os, run_command, try_to_run_command, wait, chmod, stat, pathlib_Path, copyfile, socket
from Defs.ImportManager.unsorted_will_be_replaced import requests, getuid, platform, run_command, try_to_run_command, wait, chmod, stat, pathlib_Path, copyfile, socket, regular_expression
import Defs.ThemeManager.theme as theme
import Defs.FeatureManager.EmailManager.email_prompt as email_prompt
import Defs.ActionManager.Server.server_runner as server_runner