forked from VimPlug/jedi
remove module_find_path, fixes #36
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ class ImportPath(object):
|
||||
sys_path_mod = list(self.sys_path_with_modifications())
|
||||
sys_path_mod.insert(0, self.file_path)
|
||||
else:
|
||||
sys_path_mod = list(builtin.module_find_path)
|
||||
sys_path_mod = list(builtin.get_sys_path())
|
||||
|
||||
current_namespace = None
|
||||
# now execute those paths
|
||||
|
||||
Reference in New Issue
Block a user