Change to MyST parser
This commit is contained in:
parent
53106e1dba
commit
a51e4af609
443 changed files with 4925 additions and 3524 deletions
|
|
@ -6,7 +6,7 @@ from django.db.models import Q
|
|||
from evennia.typeclasses.managers import TypedObjectManager, TypeclassManager
|
||||
from evennia.utils.utils import make_iter
|
||||
|
||||
__all__ = ("ScriptManager",)
|
||||
__all__ = ("ScriptManager", "ScriptDBManager")
|
||||
_GA = object.__getattribute__
|
||||
|
||||
VALIDATE_ITERATION = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue