PEP-8ing the keyword argument passing here
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Aug 2011 03:44:47 +0000 (22:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Aug 2011 03:44:47 +0000 (22:44 -0500)
mediagoblin/auth/views.py

index 55f4214167a5eabf4443ce421b9df14dc00360db..9120196fbf69f6d0bb7c099f059cac610d0c4fa0 100644 (file)
@@ -166,7 +166,7 @@ def verify_email(request):
 
     return redirect(
         request, 'mediagoblin.user_pages.user_home',
-        user = user['username'])
+        user=user['username'])
 
 
 def resend_activation(request):