diff -r 49cf6a8af70a -r a7fabd1534f8 app/soc/logic/models/mentor.py --- a/app/soc/logic/models/mentor.py Fri Jul 24 20:49:59 2009 +0200 +++ b/app/soc/logic/models/mentor.py Fri Jul 24 20:56:08 2009 +0200 @@ -117,7 +117,7 @@ return super(Logic, self)._updateField(entity, entity_properties, name) - def getRoleLogicsToNotifyUponeNewRequest(self): + def getRoleLogicsToNotifyUponNewRequest(self): """Returns a list with OrgAdmin logic which can be used to notify all appropriate Organization Admins. """