app/soc/models/project_survey.py
changeset 2461 c3e3df63e683
parent 2444 6276c3340c30
child 2493 0aabd2d76606
--- a/app/soc/models/project_survey.py	Tue Jun 30 08:50:56 2009 +0200
+++ b/app/soc/models/project_survey.py	Tue Jun 30 08:54:39 2009 +0200
@@ -34,7 +34,6 @@
     super(ProjectSurvey, self).__init__(*args, **kwargs)
     self.prefix = 'program'
     self.taking_access = 'student'
-    self.scope = Program.get_by_key_name(self.scope_path)
 
   def getRecords(self):
     """Returns all ProjectSurveyRecords belonging to this survey.