mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Close #19409: add missing import in pkgutil
This commit is contained in:
parent
561eb5cbe4
commit
862542e500
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
from functools import singledispatch as simplegeneric
|
from functools import singledispatch as simplegeneric
|
||||||
import importlib
|
import importlib
|
||||||
import importlib.util
|
import importlib.util
|
||||||
|
import importlib.machinery
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue