app/soc/logic/rights.py
changeset 1136 aaf75aa8eca5
parent 1133 4bb31d9a58e0
child 1143 b07b7d5b3e27
--- 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':