Forgot an import.

This commit is contained in:
Griatch 2011-03-20 10:26:48 +00:00
parent 857b253a6f
commit 85e61bbf2d

View file

@ -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]