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:
Taranjeet Singh
2016-08-13 21:16:19 +05:30
committed by Tim Abbott
parent c9b05a2a84
commit d606b95242
14 changed files with 13 additions and 13 deletions

View File

@@ -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 = {