mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Now solving issues with faulty imports. Still nothing functional.
This commit is contained in:
parent
08d0442f9c
commit
8314d8ba5e
8 changed files with 77 additions and 37 deletions
|
|
@ -8,7 +8,7 @@ from django.db.models import Q
|
|||
from src.utils import idmapper
|
||||
from src.utils.utils import make_iter, variable_from_module
|
||||
|
||||
__all__ = ("AttributeManager", "TypedObjectManager")
|
||||
__all__ = ("TypedObjectManager", )
|
||||
_GA = object.__getattribute__
|
||||
_Tag = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue