Kaydet (Commit) 862542e5 authored tarafından Nick Coghlan's avatar Nick Coghlan

Close #19409: add missing import in pkgutil

üst 561eb5cb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment