1
0
forked from VimPlug/jedi

Fix import names from sys path generation

This commit is contained in:
Dave Halter
2019-04-08 19:35:58 +02:00
parent 85fc799d62
commit 8c9ac923c6
4 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ class Script(object):
is_package = False
if self.path is not None:
import_names, is_p = transform_path_to_dotted(
self._evaluator.get_sys_path(),
self._evaluator.get_sys_path(add_parent_paths=False),
self.path
)
if import_names is not None: