mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
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 src.utils import search
|
||||
from src.utils import utils
|
||||
|
||||
PERMISSION_HIERARCHY = [p.lower() for p in settings.PERMISSION_HIERARCHY]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue