forked from VimPlug/jedi
Fix all imports inference tests.
This commit is contained in:
@@ -68,7 +68,7 @@ class BaseDefinition(object):
|
||||
self._definition = None
|
||||
|
||||
# generate a path to the definition
|
||||
self._module = name.parent_context.get_root_context()
|
||||
self._module = name.get_root_context()
|
||||
if self.in_builtin_module():
|
||||
self.module_path = None
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user