app/soc/models/survey_record.py
changeset 2444 6276c3340c30
parent 2442 dd1f94c3594c
child 2446 0cf8f034f52d
--- a/app/soc/models/survey_record.py	Mon Jun 29 13:50:03 2009 +0200
+++ b/app/soc/models/survey_record.py	Mon Jun 29 14:01:24 2009 +0200
@@ -33,8 +33,8 @@
 from django.utils.translation import ugettext
 
 from soc.models.survey import Survey
-from soc.models.survey import GradingProjectSurvey
-from soc.models.survey import ProjectSurvey
+from soc.models.grading_project_survey import GradingProjectSurvey
+from soc.models.project_survey import ProjectSurvey
 import soc.models.student_project
 import soc.models.user