[WS] Create new calling scripts instead of copying

git-svn-id: svn://kolibrios.org@9374 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-03 20:07:10 +00:00
parent 199799846d
commit 282c7690c8
3 changed files with 26 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
import sys
import os
path_to_tools = '..'
path_to_tools_workspace = os.path.dirname(os.path.abspath(__file__))
path_to_tools = os.path.dirname(path_to_tools_workspace)
sys.path.append(path_to_tools)
from lib.tupfile_parser import parse as parse_tupfile