diff -r 24d695060863 -r aaf75aa8eca5 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':