mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Previously, when packages and modules were suggested with the dedicated PyModulePackageCompletionContributor, we normalized `__init__.py` into its containing directory by doing `QualifiedNameFinder.findCanonicalImportPath()` followed by `PyResolveImportUtil.resolveQualifiedName()` before constructing a lookup element, so we never constructed imports for `__init__.py` modules themselves, and the problem didn't occur. GitOrigin-RevId: 62111751d015ab216d7761e8bf1950cdfd46235c