app/soc/models/proposal_duplicates.py
changeset 2074 5c75312566d5
parent 2054 4df153b8424c
equal deleted inserted replaced
2073:6eb9b4652c80 2074:5c75312566d5
    22 ]
    22 ]
    23 
    23 
    24 
    24 
    25 from google.appengine.ext import db
    25 from google.appengine.ext import db
    26 
    26 
    27 from django.utils.translation import ugettext
       
    28 
       
    29 import soc.models.linkable
    27 import soc.models.linkable
    30 
    28 
    31 
    29 
    32 class ProposalDuplicates(soc.models.linkable.Linkable):
    30 class ProposalDuplicates(soc.models.linkable.Linkable):
    33   """Model used to store a JSON representation of the duplicate assignments
    31   """Model used to store a JSON representation of the duplicate assignments