mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-09-14 02:01:39 +00:00
libloader/com.py: call prepare_gencache() before trying to build the com cache. Fixes #100
This commit is contained in:

committed by
Bill Dengler

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:
|
||||||
|
Reference in New Issue
Block a user