reg/events.py
changeset 46 ff5f34e42aec
parent 45 b66d405eb8c7
child 58 a26c82f593f0
--- a/reg/events.py	Thu Apr 15 15:10:31 2010 +0530
+++ b/reg/events.py	Thu Apr 15 15:51:16 2010 +0530
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 from django.contrib.auth.models import User
-
+from django.core.mail import send_mail
 from django.db import IntegrityError
 
 from workshop.reg.models import Profile, Event