Forgot an import.
This commit is contained in:
parent
857b253a6f
commit
85e61bbf2d
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ DefaultLock: Exits: controls who may traverse the exit to
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from src.utils import search
|
from src.utils import search
|
||||||
|
from src.utils import utils
|
||||||
|
|
||||||
PERMISSION_HIERARCHY = [p.lower() for p in settings.PERMISSION_HIERARCHY]
|
PERMISSION_HIERARCHY = [p.lower() for p in settings.PERMISSION_HIERARCHY]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue