# HG changeset patch # User Lennard de Rijk # Date 1240181518 0 # Node ID 783e69b54d4723073c1e58f55945197d5244058e # Parent 416da888eaa6d8c1530c7d6ee946464a9cc2f3ef Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 416da888eaa6 -r 783e69b54d47 app/soc/cron/student_proposal_mailer.py --- a/app/soc/cron/student_proposal_mailer.py Sun Apr 19 22:50:30 2009 +0000 +++ b/app/soc/cron/student_proposal_mailer.py Sun Apr 19 22:51:58 2009 +0000 @@ -113,6 +113,7 @@ # we are finished return + def sendStudentProposalMail(job_entity): """Job that will send out an email to a student that sent in a proposal that either got accepted or rejected. @@ -181,4 +182,3 @@ # we are done here return -