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
|
|
@ -23,7 +23,8 @@ from django.utils.encoding import smart_str
|
|||
|
||||
from src.players.manager import PlayerDBManager
|
||||
from src.scripts.models import ScriptDB
|
||||
from src.typeclasses.models import (TypedObject, NickHandler)
|
||||
from src.typeclasses.models import TypedObject
|
||||
from src.typeclasses.attributes import NickHandler
|
||||
from src.scripts.scripthandler import ScriptHandler
|
||||
from src.commands.cmdsethandler import CmdSetHandler
|
||||
from src.commands import cmdhandler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue