mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
com.py: use config_path instead of data_path. Paths.py: some strings weren't appended as unicode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from pywintypes import com_error
|
||||
import win32com
|
||||
import paths
|
||||
win32com.__gen_path__=paths.data_path("com_cache")
|
||||
win32com.__gen_path__=paths.config_path(u"com_cache")
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.join(win32com.__gen_path__, "."))
|
||||
|
Reference in New Issue
Block a user