bugfix
This commit is contained in:
parent
b7d4cdfb58
commit
30af7a13c5
@ -41,7 +41,7 @@ class JsonObject(DictObject):
|
|||||||
a = ac.convert(a,NS)
|
a = ac.convert(a,NS)
|
||||||
a['__jsonholder__'] = jsonholder
|
a['__jsonholder__'] = jsonholder
|
||||||
a['NS'] = NS
|
a['NS'] = NS
|
||||||
DictObject.__init__(self,a)
|
DictObject.__init__(self,**a)
|
||||||
|
|
||||||
@SingletonDecorator
|
@SingletonDecorator
|
||||||
class JsonConfig(JsonObject):
|
class JsonConfig(JsonObject):
|
||||||
|
Loading…
Reference in New Issue
Block a user