1
0
forked from VimPlug/jedi
Files
jedi-fork/test/examples/namespace_package_relative_import/rel2.py
Dave Halter 4b276bae87 The import resolution for namespace packages was wrong
With this change we can now include all parents of the script, which will make
relative imports always work.

Now the whole meta_path is scanned and not just importlib's PathFinder.

Fixes #1183.
2018-07-21 00:16:10 +02:00

2 lines
9 B
Python