Move zulip_tools library to root of repository.
(imported from commit 2fada9d2acbcf81f8e2b3de8caadbf335141dfaa)
This commit is contained in:
parent
4279785695
commit
491d21302c
|
@ -7,7 +7,7 @@ from collections import defaultdict
|
|||
|
||||
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
|
||||
|
||||
states = {
|
||||
|
|
|
@ -6,7 +6,7 @@ import time
|
|||
|
||||
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
|
||||
|
||||
WARN_THRESHOLD = 50
|
||||
|
|
Loading…
Reference in a new issue