From ca230a71308b832974394ca26a4aa7e6ea96189c Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 9 Mar 2015 13:07:03 +0100 Subject: [PATCH] Some cleanup --- evennia/typeclasses/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/typeclasses/models.py b/evennia/typeclasses/models.py index b37c662ee8..8554037529 100644 --- a/evennia/typeclasses/models.py +++ b/evennia/typeclasses/models.py @@ -175,6 +175,7 @@ class TypedObject(SharedMemoryModel): This is the main function of the typeclass system - to dynamically re-apply a class based on the db_typeclass_path rather than use the one in the model. + """ typeclass_path = kwargs.pop("typeclass", None) super(TypedObject, self).__init__(*args, **kwargs)