Fixed some bugs in new oobhandler mechanism to make tests work again, but oobhandler is still not tested.
This commit is contained in:
parent
48774d0f3c
commit
07dd81851e
7 changed files with 7 additions and 26 deletions
|
|
@ -13,7 +13,6 @@ import twisted
|
|||
from time import time as timemeasure
|
||||
|
||||
from django.conf import settings
|
||||
#from evennia.server.caches import get_cache_sizes
|
||||
from evennia.server.sessionhandler import SESSIONS
|
||||
from evennia.scripts.models import ScriptDB
|
||||
from evennia.objects.models import ObjectDB
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue