mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-14 09:28:03 -06:00
libloader/com.py: call prepare_gencache() before trying to build the com cache. Fixes #100
This commit is contained in:
parent
f1b80f4ab2
commit
257aadcf80
@ -20,6 +20,7 @@ def load_com(*names):
|
|||||||
global fixed
|
global fixed
|
||||||
if fixed==False:
|
if fixed==False:
|
||||||
gencache._GetModule=patched_getmodule
|
gencache._GetModule=patched_getmodule
|
||||||
|
prepare_gencache()
|
||||||
fixed=True
|
fixed=True
|
||||||
result = None
|
result = None
|
||||||
for name in names:
|
for name in names:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user