Rename the 'humbug' API module to 'zulip'.
(imported from commit b3a3d7c05459cbb0110cd0fbe2197d779f3a6264)
This commit is contained in:
parent
9aaefde9b2
commit
084847b0d7
26 changed files with 78 additions and 78 deletions
|
@ -46,9 +46,9 @@ humbug_directory = path.join(path.dirname(__file__), '../api')
|
|||
|
||||
|
||||
sys.path.append(humbug_directory)
|
||||
import humbug
|
||||
import zulip
|
||||
|
||||
client = humbug.Client(
|
||||
client = zulip.Client(
|
||||
email = environ['HUMBUG_USER'],
|
||||
api_key = environ.get('HUMBUG_API_KEY'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue