Rename humbug-send to zulip-send.

(imported from commit 61400841f8fffe4c706d867aaa012059bcba271d)
This commit is contained in:
Tim Abbott 2013-08-07 11:52:53 -04:00 committed by Tim Abbott
parent 084847b0d7
commit 402701dc8e
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# humbug-send -- Sends a message to the specified recipients.
# zulip-send -- Sends a message to the specified recipients.
# Copyright © 2012 Zulip, Inc.
#
@ -30,7 +30,7 @@ import logging
logging.basicConfig()
log = logging.getLogger('humbug-send')
log = logging.getLogger('zulip-send')
def do_send_message(client, message_data ):
'''Sends a message and optionally prints status about the same.'''