Resolve conflicts when importing modules

This commit is contained in:
Alexander Yuzhin
2024-06-04 09:21:34 +03:00
parent 684f478c54
commit d61c1da666
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ sys.path.append(__dir__name__ + '/scripts/core_common/modules')
sys.path.append(__dir__name__ + '/scripts/core_common/modules/android')
import config
import base
import build
from scripts import build
import build_js
import build_server
import deploy

View File

@ -13,7 +13,7 @@ import cef
import icu
import openssl
import curl
import websocket
from modules import websocket
import v8
import html2
import hunspell