PY-28321 Revert source root order for imports
The commit reverts source root order respect for import statements thus reopening PY-28321. The reason is that until pkg_resources and pkgutil namespace packages are not implemented (see PY-16688, PY-23087) the original fix leads to false positives in projects relying on this functionality. As soon as namespace packages support via pkg_resources and pkgutil will be implemented the change should be reverted back to close PY-28321.
Showing
+4 -2
Please register or sign in to comment