forked from VimPlug/jedi
Remove the module attribute from the parser.
This commit is contained in:
@@ -123,7 +123,7 @@ def parse(grammar, path):
|
||||
|
||||
|
||||
def _load_module(evaluator, path, python_object):
|
||||
module = parse(evaluator.grammar, path).module
|
||||
module = parse(evaluator.grammar, path).get_root_node()
|
||||
python_module = inspect.getmodule(python_object)
|
||||
|
||||
evaluator.modules[python_module.__name__] = module
|
||||
|
||||
Reference in New Issue
Block a user