Skip to content

Commit ac27c9e

Browse files
committed
Restoring required imports
1 parent 8db7c1c commit ac27c9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

delphifmx/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import os
33
import platform
44
import importlib
5+
import importlib.machinery
6+
import importlib.util
57

68

79
def find_extension_module():

0 commit comments

Comments
 (0)