mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
A few more docstring/API cleanups for importlib.
This commit is contained in:
parent
0e0d8a63b1
commit
7aa21f75c1
4 changed files with 55 additions and 53 deletions
|
@ -10,7 +10,7 @@ def import_(*args, **kwargs):
|
|||
if using___import__:
|
||||
return __import__(*args, **kwargs)
|
||||
else:
|
||||
return importlib._bootstrap._import(*args, **kwargs)
|
||||
return importlib._bootstrap.__import__(*args, **kwargs)
|
||||
|
||||
|
||||
def importlib_only(fxn):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue