Fix libloader stuff
This commit is contained in:
parent
b6ce1f62e0
commit
35e34e44ee
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
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