mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 15:26:30 +01:00
Further cleanup of source; making class methods _private for clarity in the API.
This commit is contained in:
parent
fc156b5a54
commit
c8df141e89
18 changed files with 607 additions and 588 deletions
|
|
@ -43,6 +43,8 @@ from src.locks.lockhandler import LockHandler
|
|||
from src.utils import logger, utils
|
||||
from src.utils.utils import make_iter, is_iter, has_parent, to_unicode, to_str
|
||||
|
||||
__all__ = ("Attribute", "TypeNick", "TypedObject")
|
||||
|
||||
_PERMISSION_HIERARCHY = [p.lower() for p in settings.PERMISSION_HIERARCHY]
|
||||
|
||||
_CTYPEGET = ContentType.objects.get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue