Rename humbug_tools to zulip_tools.

(imported from commit 7f21fdc2c2d6ad0bdbd99eb616ffc75c347d8dcb)
This commit is contained in:
Tim Abbott
2013-08-06 16:39:20 -04:00
parent 4c8fdec554
commit 130d381302
8 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import os
import sys
import subprocess
import logging
from humbug_tools import DEPLOYMENTS_DIR, LOCK_DIR, TIMESTAMP_FORMAT, FAIL, WARNING, ENDC
from zulip_tools import DEPLOYMENTS_DIR, LOCK_DIR, TIMESTAMP_FORMAT, FAIL, WARNING, ENDC
import datetime
import shutil
import time