Skip to content

Commit

Permalink
removed maybe unnecessary line setting the auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Eanes committed Sep 26, 2009
1 parent e7cb458 commit 0ef264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion friends/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def import_google(authsub_token, user):
import logging
logging.debug("doing google import")
contacts_service = gdata.contacts.service.ContactsService()
contacts_service.auth_token = authsub_token
#contacts_service.auth_token = authsub_token
#contacts_service.UpgradeToSessionToken()
contacts_service.UpgradeToSessionToken(authsub_token)
entries = []
Expand Down

0 comments on commit 0ef264f

Please sign in to comment.