mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-01 20:30:21 +08:00
fix(import): support for nested namespace packages
If multiple directories in sys.path provide a nested namespace package, then jedi would only visit the first directory which contained the package. Fix this by saving the remaining path list in the ImplicitNamespaceValue and add a test for it.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
mod2_name = 'mod2'
|
||||
Reference in New Issue
Block a user