Skip to content

Commit

Permalink
Restoring required imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Sep 7, 2023
1 parent aa60c19 commit 6d321d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions delphivcl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import os
import platform
import importlib
import importlib.machinery
import importlib.util


def find_extension_module():
Expand Down

0 comments on commit 6d321d5

Please sign in to comment.