Some cleanup

This commit is contained in:
Griatch 2015-03-09 13:07:03 +01:00
parent 733f1c6147
commit ca230a7130

View file

@ -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)