mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Replaced __gen_path__ with __build_path__ in fixes/fix_libloader.py
This commit is contained in:
parent
c82ef1855c
commit
aa4ebfff29
@ -2,7 +2,7 @@
|
||||
import logging
|
||||
import win32com
|
||||
import paths
|
||||
win32com.__gen_path__=paths.com_path()
|
||||
win32com.__build_path__=paths.com_path()
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.join(win32com.__gen_path__, "."))
|
||||
|
Loading…
Reference in New Issue
Block a user