Fixed problem with a choices import

remotes/origin/enhancement/email-actions
Jesús Espino 2013-04-01 10:03:12 +02:00
parent 057063d1c4
commit c3b37fd5e9
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ from greenmine.base.utils.slug import slugify_uniquely, ref_uniquely
from greenmine.base.utils import iter_points
from greenmine.scrum.choices import (ISSUESTATUSES, TASKSTATUSES, USSTATUSES,
POINTS_CHOICES, SEVERITY_CHOICES,
ISSUETYPES, TASK_CHANGE_CHOICES)
ISSUETYPES, TASK_CHANGE_CHOICES,
PRIORITY_CHOICES)
class Severity(models.Model):