app/soc/views/models/group.py
changeset 1283 438dceed3132
parent 1218 569a3fe9cb88
child 1307 091a21cf3627
--- a/app/soc/views/models/group.py	Thu Feb 12 20:14:17 2009 +0000
+++ b/app/soc/views/models/group.py	Thu Feb 12 20:14:51 2009 +0000
@@ -362,7 +362,6 @@
     # call the _list method from base.View to show the list
     return self._list(request, params, contents, page_name)
 
-
   def registerRole(self, role_name, role_view):
     """Adds a role to the role_views param.