From: Matías Aguirre Date: Sun, 22 Jan 2012 17:42:58 +0000 (-0200) Subject: Remove space X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=59e13a5541293348cf6195f5c64242e4e08070cd;p=django-social-auth.git Remove space --- diff --git a/social_auth/views.py b/social_auth/views.py index b885d39..d1903a4 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -167,7 +167,7 @@ def complete_process(request, backend, *args, **kwargs): # in authenticate process social_user = user.social_user - if SESSION_EXPIRATION : + if SESSION_EXPIRATION: # Set session expiration date if present and not disabled by # setting. Use last social-auth instance for current provider, # users can associate several accounts with a same provider.