1
0
forked from VimPlug/jedi

Rename of buildout stuff

This commit is contained in:
Dave Halter
2018-02-16 14:56:49 +01:00
parent ab212cb8aa
commit 424b6ae907
2 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ def sys_path_with_modifications(evaluator, module_context):
return evaluator.get_sys_path() + check_sys_path_modifications(module_context)
def detect_additional_paths(evaluator, script_path):
def discover_buildout_paths(evaluator, script_path):
buildout_script_paths = set()
for buildout_script_path in _get_buildout_script_paths(script_path):