Import improvements.

This commit is contained in:
Dave Halter
2014-11-18 17:19:15 +01:00
parent b0109343e4
commit a4a767f8bb
3 changed files with 8 additions and 35 deletions

View File

@@ -95,6 +95,7 @@ class Parser(object):
self.module = d.parse_string(source).get_parent_until()
self.module.used_names = self.used_names
self.module.path = module_path
self.module.set_global_names(self.global_names)
def convert_node(self, grammar, type, children):