Change to MyST parser
This commit is contained in:
parent
53106e1dba
commit
a51e4af609
443 changed files with 4925 additions and 3524 deletions
|
|
@ -8,7 +8,7 @@ from django.db.models.fields import exceptions
|
|||
from evennia.typeclasses.managers import TypedObjectManager, TypeclassManager
|
||||
from evennia.utils.utils import is_iter, make_iter, string_partial_matching
|
||||
|
||||
__all__ = ("ObjectManager",)
|
||||
__all__ = ("ObjectManager", "ObjectDBManager")
|
||||
_GA = object.__getattribute__
|
||||
|
||||
# delayed import
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue