Fix unittest compliance.

This commit is contained in:
Griatch 2017-03-29 22:00:27 +02:00
parent f6e230f1a6
commit d811d7577e

View file

@ -612,7 +612,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
else:
outmessage = inmessage
obj.msg(text=((outmessage,), outkwargs), from_obj=from_obj, **kwargs)
obj.msg(text=(outmessage, outkwargs), from_obj=from_obj, **kwargs)
def move_to(self, destination, quiet=False,
emit_to_obj=None, use_destination=True, to_none=False, move_hooks=True):