]> git.parisson.com Git - django-social-auth.git/commitdiff
Removed unnecesary spacing
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 17 Jan 2011 14:09:47 +0000 (12:09 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 17 Jan 2011 14:09:47 +0000 (12:09 -0200)
social_auth/conf.py

index de6f42a80bc02c6ec3984ef04e5a12eb06818f37..84f0423e79fc14c2829ce2cd827ab962568597af 100644 (file)
@@ -48,7 +48,7 @@ AX_ATTRS = AX_SCHEMA_ATTRS + OLD_AX_ATTRS
 SREG_ATTR = ['email', 'fullname', 'nickname']
 OPENID_ID_FIELD = 'openid_identifier'
 SESSION_NAME = 'openid'
-OPENID_GOOGLE_URL      = 'https://www.google.com/accounts/o8/id'
+OPENID_GOOGLE_URL = 'https://www.google.com/accounts/o8/id'
 OPENID_YAHOO_URL = 'http://yahoo.com'
 OPENID_LIVEJOURNAL_URL = 'http://%s.livejournal.com'
 OPENID_LIVEJOURNAL_USER_FIELD = 'openid_lj_user'