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
|
||||
|
||||
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)
|
||||
return obj
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user