Commit 862542e5 authored by Nick Coghlan's avatar Nick Coghlan

Close #19409: add missing import in pkgutil

parent 561eb5cb
...@@ -3,6 +3,7 @@ ...@@ -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
......
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