mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-06 21:54:24 +08:00
imports without path did have problems, because of an incorrect sys.path
This commit is contained in:
@@ -335,7 +335,9 @@ def sys_path_with_modifications(module):
|
||||
return sys_path
|
||||
|
||||
if module.path is None:
|
||||
return [] # support for modules without a path is intentionally bad.
|
||||
# Support for modules without a path is bad, therefore return the
|
||||
# normal path.
|
||||
return list(get_sys_path())
|
||||
|
||||
curdir = os.path.abspath(os.curdir)
|
||||
with common.ignored(OSError):
|
||||
|
||||
Reference in New Issue
Block a user