Strange issue with __init__, proxy implementation not working at the moment.

This commit is contained in:
Griatch 2014-12-19 16:56:28 +01:00
parent 3adeade69a
commit 08d0442f9c
2 changed files with 3 additions and 19 deletions

View file

@ -429,6 +429,7 @@ class SharedMemoryModelBase(ModelBase):
"""
This is for the typeclass system.
"""
super(SharedMemoryModelBase, cls).__init__(*args, **kwargs)
cls.typename = cls.__name__
cls.path = "%s.%s" % (cls.__module__, cls.__name__)