Changed .typename to properly handle proxy classes.

This commit is contained in:
Griatch 2015-01-02 21:41:29 +01:00
parent 70da53569d
commit 71b6600d87
4 changed files with 4 additions and 3 deletions

View file

@ -94,7 +94,7 @@ class TypeclassBase(SharedMemoryModelBase):
"""
# storage of stats
attrs["typename"] = cls.__name__
attrs["typename"] = name#cls.__name__
attrs["path"] = "%s.%s" % (attrs["__module__"], name)
# typeclass proxy setup