mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
zulip_tools.py: Move zulip_tools.py in scripts/lib.
This commit moves zulip_tools.py as part of cleaning the root directory and organizing proejct into better directory structure.
This commit is contained in:
committed by
Tim Abbott
parent
c9b05a2a84
commit
d606b95242
@@ -13,7 +13,7 @@ PY2 = sys.version_info[0] == 2
|
||||
ZULIP_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
sys.path.append(ZULIP_PATH)
|
||||
from zulip_tools import run, subprocess_text_output, OKBLUE, ENDC, WARNING
|
||||
from scripts.lib.zulip_tools import run, subprocess_text_output, OKBLUE, ENDC, WARNING
|
||||
from scripts.lib.setup_venv import setup_virtualenv, VENV_DEPENDENCIES
|
||||
|
||||
SUPPORTED_PLATFORMS = {
|
||||
|
||||
Reference in New Issue
Block a user