mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Rename importlib.util.set___package__ to set_package.
This commit is contained in:
parent
1fcadcef40
commit
435aad878c
4 changed files with 9 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
"""Utility code for constructing importers, etc."""
|
||||
from ._bootstrap import module_for_loader
|
||||
from ._bootstrap import set___package__
|
||||
from ._bootstrap import set_package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue