X-Git-Url: http://dolda2000.com/gitweb/?p=didex.git;a=blobdiff_plain;f=didex%2Fstore.py;fp=didex%2Fstore.py;h=cc97a5b5ca83d7e31129a4977cd25b6c01994a27;hp=55dc71eeb4cf7d14544fb443a1e3b4e01303de63;hb=de73859d9c5ba731ad1aa13e36588b798f088656;hpb=36c0a0110bb357edb6c167e9abc1a689106c3f05 diff --git a/didex/store.py b/didex/store.py index 55dc71e..cc97a5b 100644 --- a/didex/store.py +++ b/didex/store.py @@ -42,7 +42,7 @@ def storedescs(obj): for nm, val in st.__dict__.items(): if isinstance(val, storedesc): ret.append((nm, val)) - t.__dict__["__didex_attr"] = ret + t.__didex_attr = ret return ret class datastore(object):