mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Merge 3.2
This commit is contained in:
commit
aa1ef2d735
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ from types import ModuleType
|
|||
|
||||
__all__ = [
|
||||
'get_importer', 'iter_importers', 'get_loader', 'find_loader',
|
||||
'walk_packages', 'iter_modules',
|
||||
'walk_packages', 'iter_modules', 'get_data',
|
||||
'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue