gdata/service.py change not required

This commit is contained in:
Ross Scroggs 2015-10-04 08:23:00 -07:00
parent 2dc72ab262
commit 50a33a5083

View File

@ -233,7 +233,7 @@ class GDataService(atom.service.AtomService):
and remove_token.
"""
atom.service.AtomService.__init__(self, http_client=http_client,
additional_headers=additional_headers, token_store=token_store)
token_store=token_store)
self.email = email
self.password = password
self.account_type = account_type