1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

merged with web-edit

--HG--
branch : mep107
This commit is contained in:
Keerthan Jaic 2013-07-06 18:05:20 -04:00
commit 1144bac2e9

View File

@ -46,5 +46,4 @@ class _AttrRefTransformer(ast.NodeTransformer):
nodes = _flatten(node.body, node.args)
for n in nodes:
self.visit(n)
self.visit(node.args)
return node