We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa60c19 commit 347f89dCopy full SHA for 347f89d
delphivcl/__init__.py
@@ -2,6 +2,8 @@
2
import os
3
import platform
4
import importlib
5
+import importlib.machinery
6
+import importlib.util
7
8
9
def find_extension_module():
0 commit comments