forked from KolibriOS/kolibrios
[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user