mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Refactored the typeclass base, moved Attributes/Tags into separate modules and the django-proxy patch to its on module too. Lots of other cleanups.
This commit is contained in:
parent
24764743ff
commit
302f5bdd81
11 changed files with 1018 additions and 984 deletions
|
|
@ -18,7 +18,8 @@ they control by simply linking to a new object's user property.
|
|||
import traceback
|
||||
from django.conf import settings
|
||||
|
||||
from src.typeclasses.models import TypeclassBase, NickHandler
|
||||
from src.typeclasses.models import TypeclassBase
|
||||
from src.typeclasses.attributes import NickHandler
|
||||
from src.objects.manager import ObjectManager
|
||||
from src.objects.models import ObjectDB
|
||||
from src.scripts.scripthandler import ScriptHandler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue