app/soc/cron/student_proposal_mailer.py
changeset 2255 783e69b54d47
parent 2240 df37a3ff8ed5
child 2365 a66e1dd8ced7
--- 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
-