Add 'raise_aion_not_installed_error' import

This commit is contained in:
blueShard-dev 2020-07-12 19:16:25 +00:00 committed by GitHub
parent 216860e7b0
commit 7e9f2de011
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
from ._utils import aion_data_path, aion_path, raise_aion_not_installed_error
from . import config, language, logging, plugin, utils, variable