app/soc/models/survey.py
changeset 2763 80d625f78176
parent 2588 db306bbda381
child 2792 14a62fcf4e02
--- 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