mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Strange issue with __init__, proxy implementation not working at the moment.
This commit is contained in:
parent
3adeade69a
commit
08d0442f9c
2 changed files with 3 additions and 19 deletions
|
|
@ -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__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue