Merge pull request #124 from taers232c/master

Changes to atom/service.py and gdata/service.py to support Domain Shared Contacts
This commit is contained in:
Jay Lee 2015-10-05 06:46:34 -04:00
commit 87b64572db

View File

@ -181,6 +181,7 @@ class AtomService(object):
if content_length:
all_headers['Content-Length'] = str(content_length)
if 'GData-Version' not in all_headers:
all_headers['GData-Version'] = '2.0'
# Find an Authorization token for this URL if one is available.
if self.override_token: