Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested.

This commit is contained in:
Griatch 2015-02-13 08:09:29 +01:00
parent 48774d0f3c
commit 07dd81851e
7 changed files with 7 additions and 26 deletions

View file

@ -23,10 +23,6 @@ from evennia.commands.default import help, general, system, admin, player, build
from evennia.utils import ansi
from evennia.server.sessionhandler import SESSIONS
from django.db.models.signals import post_save
from evennia.server.caches import field_post_save
post_save.connect(field_post_save, dispatch_uid="fieldcache")
# set up signal here since we are not starting the server
_RE = re.compile(r"^\+|-+\+|\+-+|--*|\|", re.MULTILINE)