mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-16 03:23:10 +00:00
Added missing import.
This commit is contained in:
parent
e2a49b17fd
commit
ab04831a7f
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ from inspect import getmembers, ismethod
|
|||
from django.db.models.base import ModelBase
|
||||
from django.db.models.fields import BLANK_CHOICE_DASH
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
||||
from authority.permissions import BasePermission
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue