Skip to content

Commit

Permalink
Fix compiler.module.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Aug 7, 2015
1 parent a7633f7 commit acc97a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/module.py
Expand Up @@ -22,7 +22,7 @@ def __init__(self, source_buffer, engine=None):
self.name, _ = os.path.splitext(os.path.basename(source_buffer.name))

asttyped_rewriter = transforms.ASTTypedRewriter(engine=engine,
globals=prelude.globals())
prelude=prelude.globals())
inferencer = transforms.Inferencer(engine=engine)

self.parsetree, self.comments = parse_buffer(source_buffer, engine=engine)
Expand Down

0 comments on commit acc97a7

Please sign in to comment.