Fixed import sorting and indentation in soc/views/models/club.py
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 22 Jan 2009 00:03:28 +0000
changeset 896 445f3e8a44d9
parent 895 e70ffd079438
child 897 6ba5bf4b3fea
Fixed import sorting and indentation in soc/views/models/club.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/models/club.py
--- a/app/soc/views/models/club.py	Wed Jan 21 23:44:02 2009 +0000
+++ b/app/soc/views/models/club.py	Thu Jan 22 00:03:28 2009 +0000
@@ -36,8 +36,8 @@
 from soc.views.helper import access
 from soc.views.helper import decorators
 from soc.views.helper import dynaform
+from soc.views.helper import responses
 from soc.views.helper import widgets
-from soc.views.helper import responses
 from soc.views.models import base
 
 import soc.logic.models.club
@@ -100,7 +100,7 @@
   @decorators.merge_params
   @decorators.check_access
   def applicant(self, request, access_type,
-                  page_name=None, params=None, **kwargs):
+      page_name=None, params=None, **kwargs):
     """Handles the creation of a club via an approved club application.
 
     Args: