forked from VimPlug/jedi
Create a way of accessing access objects through a subprocess
This commit is contained in:
@@ -378,8 +378,7 @@ class Importer(object):
|
||||
module = ImplicitNamespaceContext(self._evaluator, fullname=fullname)
|
||||
module.paths = paths
|
||||
elif module_file is None and not module_path.endswith(('.py', '.zip', '.egg')):
|
||||
module = self._evaluator.compiled_subprocess.import_module(module_path)
|
||||
#module = compiled.load_module(self._evaluator, module_path)
|
||||
module = compiled.load_module(self._evaluator, path=module_path)
|
||||
else:
|
||||
module = _load_module(self._evaluator, module_path, code, sys_path, parent_module)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user