Add cfg folder for keyconfigs (and possibly others later) to be imported after everything else.
Also remove .pyc file when removing keyconfigs.
This commit is contained in:
@@ -72,7 +72,7 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
|
||||
test_reload(_sys.modules[module_name])
|
||||
|
||||
for base_path in script_paths():
|
||||
for path_subdir in ("ui", "op", "io"):
|
||||
for path_subdir in ("ui", "op", "io", "cfg"):
|
||||
path = _os.path.join(base_path, path_subdir)
|
||||
if _os.path.isdir(path):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user