1
0
forked from VimPlug/jedi

Add the name always to the script module

This commit is contained in:
Dave Halter
2018-02-16 21:15:53 +01:00
parent 24adebb69d
commit 88f521ad82
2 changed files with 7 additions and 8 deletions

View File

@@ -129,10 +129,6 @@ def check_sys_path_modifications(module_context):
return added
def sys_path_with_modifications(evaluator, module_context):
return evaluator.get_sys_path() + check_sys_path_modifications(module_context)
def discover_buildout_paths(evaluator, script_path):
buildout_script_paths = set()