app/soc/logic/models/survey.py
changeset 2444 6276c3340c30
parent 2443 2e86dbd47907
child 2453 9b8f3240e3bf
--- a/app/soc/logic/models/survey.py	Mon Jun 29 13:50:03 2009 +0200
+++ b/app/soc/logic/models/survey.py	Mon Jun 29 14:01:24 2009 +0200
@@ -35,8 +35,8 @@
 from soc.models.program import Program
 from soc.models import student_project
 from soc.models.survey import Survey
-from soc.models.survey import ProjectSurvey
-from soc.models.survey import GradingProjectSurvey
+from soc.models.grading_project_survey import GradingProjectSurvey
+from soc.models.project_survey import ProjectSurvey
 from soc.models.survey import SurveyContent
 from soc.models.survey_record import SurveyRecord
 from soc.models.survey_record_group import SurveyRecordGroup