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:
Griatch 2014-12-23 22:25:39 +01:00
parent 24764743ff
commit 302f5bdd81
11 changed files with 1018 additions and 984 deletions

View file

@ -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