diff -r f17ecd21ca33 -r 6641e941ef1e app/soc/models/person.py --- a/app/soc/models/person.py Tue Oct 14 12:02:42 2008 +0000 +++ b/app/soc/models/person.py Tue Oct 14 12:36:55 2008 +0000 @@ -22,13 +22,14 @@ ] +import polymodel + from google.appengine.ext import db from django.utils.translation import ugettext_lazy from soc.models import countries -import polymodel import soc.models.user