Corrected an import in the student_school_type update module.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 24 Sep 2009 20:31:56 +0200
changeset 2969 d0914c76ecc3
parent 2968 7ba28890eb75
child 2970 605e3c3a55e9
Corrected an import in the student_school_type update module.
app/soc/tasks/updates/student_school_type.py
--- a/app/soc/tasks/updates/student_school_type.py	Tue Sep 22 13:07:27 2009 +0200
+++ b/app/soc/tasks/updates/student_school_type.py	Thu Sep 24 20:31:56 2009 +0200
@@ -29,7 +29,7 @@
 
 from django.http import HttpResponse
 
-from soc.views.helper import responses
+from soc.tasks.helper import error_handler
 
 
 # batch size to use when going through Student entities.