mirror of
https://github.com/python/cpython.git
synced 2025-08-26 19:55:24 +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
|
||||
import importlib
|
||||
import importlib.util
|
||||
import importlib.machinery
|
||||
import os
|
||||
import os.path
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue