mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
libloader/com.py: call prepare_gencache() before trying to build the com cache. Fixes #100
This commit is contained in:
parent
80f2e8f984
commit
a8f854cbc5
@ -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…
Reference in New Issue
Block a user