Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561eb5c commit 862542eCopy full SHA for 862542e
1 file changed
Lib/pkgutil.py
@@ -3,6 +3,7 @@
3
from functools import singledispatch as simplegeneric
4
import importlib
5
import importlib.util
6
+import importlib.machinery
7
import os
8
import os.path
9
import sys
0 commit comments