mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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
@@ -9,7 +9,7 @@ ZULIP_PATH = dirname(dirname(dirname(abspath(__file__))))
|
||||
if ZULIP_PATH not in sys.path:
|
||||
sys.path.append(ZULIP_PATH)
|
||||
|
||||
from zulip_tools import run
|
||||
from scripts.lib.zulip_tools import run
|
||||
from scripts.lib.setup_venv import setup_virtualenv, VENV_DEPENDENCIES
|
||||
|
||||
parser = argparse.ArgumentParser(description="Create a production virtualenv with caching")
|
||||
|
Reference in New Issue
Block a user