Added two forgotten comments in rights.Checker
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 31 Jan 2009 22:59:27 +0000
changeset 1136 aaf75aa8eca5
parent 1135 24d695060863
child 1137 91b6bfe09579
Added two forgotten comments in rights.Checker Patch by: Sverre Rabbelier
app/soc/logic/rights.py
--- a/app/soc/logic/rights.py	Sat Jan 31 22:32:54 2009 +0000
+++ b/app/soc/logic/rights.py	Sat Jan 31 22:59:27 2009 +0000
@@ -23,7 +23,7 @@
 
 
 class Checker(object):
-  """
+  """Checker class that maps from prefix and status to membership.
   """
 
   SITE_MEMBERSHIP = {
@@ -79,7 +79,7 @@
     self.rights = self.RIGHTS[prefix]
 
   def getMembership(self, status):
-    """
+    """Retrieves the membership list for the specified status.
     """
 
     if status == 'user':