Fixed a migration that didn't run properly. Made typeclass loading a little more forgiving, giving a log_trace and loading the dbclass rather than crashing immediately.

This commit is contained in:
Griatch 2015-03-06 19:51:51 +01:00
parent 000f14c028
commit 84ccbf6b86
3 changed files with 16 additions and 7 deletions

View file

@ -15,8 +15,8 @@ from evennia.scripts.manager import ScriptManager
from evennia.comms import channelhandler
from evennia.utils import logger
__all__ = ["DefaultScript", "DoNothing", "CheckSessions",
"ValidateScripts", "ValidateChannelHandler"]
__all__ = ["DefaultScript", "DoNothing", "Store"]
_GA = object.__getattribute__
_SESSIONS = None