mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Expose importlib.util.set___package__.
This commit is contained in:
parent
4d4975c0e4
commit
57b46f5b0e
4 changed files with 77 additions and 35 deletions
|
@ -1,2 +1,3 @@
|
|||
"""Utility code for constructing importers, etc."""
|
||||
from ._bootstrap import module_for_loader
|
||||
from ._bootstrap import set___package__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue