mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Now com cache is stored in the config folder, so program files folder keeps untouched on installed copies. Updated contributors in application.py, fixed spelling in some comments in main.py
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
from pywintypes import com_error
|
||||
import win32com
|
||||
import paths
|
||||
win32com.__gen_path__=paths.data_path("com_cache")
|
||||
from win32com.client import gencache
|
||||
|
||||
def prepare_gencache():
|
||||
|
Reference in New Issue
Block a user