Add child modules as attributes of parent modules. (#10338)

Failing to add child modules as attributes of parent module will prevent them from being accessible through parent module.

Fix #10337
This commit is contained in:
akhilramkee
2023-07-01 20:42:41 +05:30
committed by GitHub
parent ba60649680
commit 2f7415cfbc
3 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
Fixed but that fake intermediate modules generated by ``--import-mode=importlib`` would not include the
child modules as attributes of the parent modules.