mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add missing name in pkgutil.__all__
This commit is contained in:
parent
cd6756d2ae
commit
a4e2d4fcf1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from types import ModuleType
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'get_importer', 'iter_importers', 'get_loader', 'find_loader',
|
'get_importer', 'iter_importers', 'get_loader', 'find_loader',
|
||||||
'walk_packages', 'iter_modules',
|
'walk_packages', 'iter_modules', 'get_data',
|
||||||
'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
|
'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue