Added signalhandler in test suite, still issues.

This commit is contained in:
Griatch 2013-07-13 15:39:16 +02:00
parent 7b0c96640c
commit 37886adea1
8 changed files with 28 additions and 20 deletions

View file

@ -137,9 +137,8 @@ def create_object(typeclass, key=None, location=None,
else:
new_object.home = settings.CHARACTER_DEFAULT_HOME
if location:
new_object.move_to(location, quiet=True)
new_object.move_to(location, quiet=True)
else:
# rooms would have location=None.
new_object.location = None