Update style of client strings.

(imported from commit 1516461cf53b2715de68e01f16bb8a8cc33c48ad)
This commit is contained in:
Luke Faraone 2013-12-06 17:50:55 -05:00
parent a1cf1f04a2
commit c03ac5e3ce
16 changed files with 17 additions and 15 deletions

View file

@ -48,7 +48,7 @@ else:
logging.basicConfig(level=logging.INFO)
client = zulip.Client(email=config.ZULIP_USER, api_key=config.ZULIP_API_KEY,
site=config.ZULIP_SITE, client="asana " + VERSION)
site=config.ZULIP_SITE, client="ZulipAsana/" + VERSION)
def fetch_from_asana(path):
"""