reg/events.py
changeset 59 01638380207c
parent 58 a26c82f593f0
child 62 b7e47cc39342
--- a/reg/events.py	Thu Apr 15 19:53:52 2010 +0530
+++ b/reg/events.py	Thu Apr 15 22:59:45 2010 +0530
@@ -61,7 +61,6 @@
     print message
     send_mail(subject, message, "admin@fossee.in", [user.email])
 
-
 def create_event(title, description, start_date, stop_date, venue, created_by=None):
     """ make an event and save it.
     """