app/soc/models/survey.py
changeset 2445 761906e4254d
parent 2444 6276c3340c30
child 2454 849956450d69
equal deleted inserted replaced
2444:6276c3340c30 2445:761906e4254d
    30 from google.appengine.ext import db
    30 from google.appengine.ext import db
    31 
    31 
    32 from django.utils.translation import ugettext
    32 from django.utils.translation import ugettext
    33 
    33 
    34 import soc.models.work
    34 import soc.models.work
    35 from soc.models.program import Program
       
    36 
    35 
    37 
    36 
    38 class SurveyContent(db.Expando):
    37 class SurveyContent(db.Expando):
    39   """Fields (questions) and schema representation of a Survey.
    38   """Fields (questions) and schema representation of a Survey.
    40 
    39