Add 'import_aion_internal_file' import

This commit is contained in:
blueShard-dev 2020-07-12 19:41:06 +00:00 committed by GitHub
parent 7c5cb160f9
commit cad926c4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ _start_check()
is_aion = _start_check.is_aion
is_linux = _start_check.is_linux
from ._utils import aion_data_path, aion_path, raise_aion_not_installed_error
from ._utils import aion_data_path, aion_path, import_aion_internal_file, raise_aion_not_installed_error
from . import config, language, logging, plugin, utils, variable