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 8db7c1c commit ac27c9eCopy full SHA for ac27c9e
delphifmx/__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