Merge branch 'master' of github.com:tenach/hy into earmuffs
This commit is contained in:
commit
d68c1149e2
@ -49,7 +49,7 @@ def process(tree):
|
|||||||
return ntree
|
return ntree
|
||||||
|
|
||||||
if isinstance(tree, HyDict):
|
if isinstance(tree, HyDict):
|
||||||
obj = HyDict({process(x): process(tree[x]) for x in tree})
|
obj = HyDict(dict((process(x), process(tree[x])) for x in tree))
|
||||||
obj.replace(tree)
|
obj.replace(tree)
|
||||||
return obj
|
return obj
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user