Skip to content

Commit f0d8204

Browse files
committed
Introducing the new library load standard
1 parent 1a2152a commit f0d8204

File tree

6 files changed

+1
-135
lines changed

6 files changed

+1
-135
lines changed

delphivcl/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys, os, sys, platform
22
from os import environ
33
import importlib, importlib.machinery, importlib.util
4-
from delphivcl import moduledefs
54

65
class PyVerNotSupported(Exception):
76
pass
@@ -44,8 +43,5 @@ def new_import():
4443
spec.loader.exec_module(package)
4544
return package
4645

47-
#Setup moduledefs.json
48-
if moduledefs.get_auto_load_defs():
49-
moduledefs.try_load_defs(False)
5046
#Import the shared lib
5147
package = new_import()

delphivcl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.35"
1+
__version__ = "0.1.36"

delphivcl/moduledefs.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

lib/Win32/DelphiVCL.pyd

-116 KB
Binary file not shown.

lib/Win32/DelphiVCL.tds

-228 KB
Binary file not shown.

lib/Win64/DelphiVCL.pyd

-419 KB
Binary file not shown.

0 commit comments

Comments
 (0)