Added search path and preferences support for tools

This commit is contained in:
Markus Lampert
2019-10-17 22:25:49 -07:00
parent f8887d5e12
commit 2e1bea0237
7 changed files with 230 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ class PostProcessor:
def load(cls, processor):
PathLog.track(processor)
syspath = sys.path
paths = PathPreferences.searchPaths()
paths = PathPreferences.searchPathsPost()
paths.extend(sys.path)
sys.path = paths