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