diff -r 02b464717ef5 -r 80d625f78176 app/soc/models/survey.py --- a/app/soc/models/survey.py Wed Aug 12 11:31:05 2009 -0700 +++ b/app/soc/models/survey.py Wed Aug 12 13:32:29 2009 -0700 @@ -31,13 +31,15 @@ from django.utils.translation import ugettext +from soc.models.expando_base import ExpandoBase + import soc.models.work COMMENT_PREFIX = 'comment_for_' -class SurveyContent(db.Expando): +class SurveyContent(ExpandoBase): """Fields (questions) and schema representation of a Survey. Each survey content entity consists of properties where names and default