Move zulip_tools library to root of repository.
(imported from commit 2fada9d2acbcf81f8e2b3de8caadbf335141dfaa)
This commit is contained in:
parent
4279785695
commit
491d21302c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue