mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-27 12:42:18 +08:00
Rename of buildout stuff
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user