Distributed global files and imports.

This commit is contained in:
pranav-1711 2022-03-20 18:39:13 +05:30
parent f0eff0cb83
commit 837af6666b
4 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ def bootstraping():
from plugins import color_explosion
color_explosion.enable()
if settings["ballistica_web"]["enable"]:
import bcs_plugin
from plugins import bcs_plugin
bcs_plugin.enable()
# import features

View file

@ -11,7 +11,7 @@ import os
import _thread
from serverData import serverdata
from file_handle import OpenJson
from tools.file_handle import OpenJson
import _ba # pylint: disable=import-error