Skip to content

Commit 347f89d

Browse files
committed
Restoring required imports
1 parent aa60c19 commit 347f89d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

delphivcl/__init__.py

+2
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)