Update-objs with prototype, first version, no testing yet

This commit is contained in:
Griatch 2018-05-22 22:28:03 +02:00
parent 571f68ae99
commit 01acdccd6d
2 changed files with 155 additions and 5 deletions

View file

@ -435,6 +435,7 @@ class AttributeHandler(object):
def __init__(self):
self.key = None
self.value = default
self.category = None
self.strvalue = str(default) if default is not None else None
ret = []