Renamed runGradingProjectSurveyRecordsUpdate to match style of module.
--- a/app/soc/tasks/updates/module_conversion.py Sun Oct 18 16:53:24 2009 +0200
+++ b/app/soc/tasks/updates/module_conversion.py Sun Oct 18 16:53:59 2009 +0200
@@ -448,7 +448,7 @@
@decorators.iterative_task(survey_record_logic.grading_logic)
-def runGradingProjectSurveyRecordsUpdate(request, entities, context, *args, **kwargs):
+def runGradingProjectSurveyRecordUpdate(request, entities, context, *args, **kwargs):
"""AppEngine Task that updates GradingProjectSurveyRecord entities.
Args: