app/soc/models/comment.py
changeset 2398 3ea483cf4d59
parent 2074 5c75312566d5
child 2588 db306bbda381
equal deleted inserted replaced
2397:d943fa182fae 2398:3ea483cf4d59
    20   '"Matthew Wilkes" <matthew@matthewwilkes.co.uk>',
    20   '"Matthew Wilkes" <matthew@matthewwilkes.co.uk>',
    21 ]
    21 ]
    22 
    22 
    23 from google.appengine.ext import db
    23 from google.appengine.ext import db
    24 
    24 
    25 import soc.models.work
       
    26 import soc.models.user
    25 import soc.models.user
    27 import soc.models.linkable
    26 import soc.models.linkable
    28 
    27 
    29 
    28 
    30 from django.utils.translation import ugettext as _
    29 from django.utils.translation import ugettext as _