Move zulip_tools library to root of repository.

(imported from commit 2fada9d2acbcf81f8e2b3de8caadbf335141dfaa)
This commit is contained in:
Tim Abbott 2013-10-25 17:46:02 -04:00
parent 4279785695
commit 491d21302c
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ from collections import defaultdict
from os import path, environ from os import path, environ
sys.path.append(path.join(path.dirname(__file__), '../tools')) sys.path.append(path.join(path.dirname(__file__), '..'))
from zulip_tools import check_output from zulip_tools import check_output
states = { states = {

View file

@ -6,7 +6,7 @@ import time
from os import path, environ from os import path, environ
sys.path.append(path.join(path.dirname(__file__), '../tools')) sys.path.append(path.join(path.dirname(__file__), '..'))
from zulip_tools import check_output from zulip_tools import check_output
WARN_THRESHOLD = 50 WARN_THRESHOLD = 50