Rename the 'humbug' API module to 'zulip'.

(imported from commit b3a3d7c05459cbb0110cd0fbe2197d779f3a6264)
This commit is contained in:
Tim Abbott
2013-08-07 11:51:03 -04:00
committed by Tim Abbott
parent 2ea1bb05a5
commit 747a9c536f
31 changed files with 90 additions and 90 deletions

View File

@@ -44,8 +44,8 @@ import humbug_trac_config as config
if config.HUMBUG_API_PATH is not None:
sys.path.append(config.HUMBUG_API_PATH)
import humbug
client = humbug.Client(
import zulip
client = zulip.Client(
email=config.HUMBUG_USER,
site=config.HUMBUG_SITE,
api_key=config.HUMBUG_API_KEY)