From e936958c8b54ecfae8eb3d950096b6bd552deeef Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Tue, 14 Sep 2010 15:17:28 -0400 Subject: [PATCH] Change user-agent to match everyone else. --- apiclient/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiclient/discovery.py b/apiclient/discovery.py index 1bac08c..d15c5b2 100644 --- a/apiclient/discovery.py +++ b/apiclient/discovery.py @@ -68,7 +68,7 @@ class JsonModel(object): headers['user-agent'] += ' ' else: headers['user-agent'] = '' - headers['user-agent'] += 'google-api-client-python/1.0' + headers['user-agent'] += 'google-api-python-client/1.0' if body_value is None: return (headers, path_params, query, None) else: