Subversion Repositories Kolibri OS

Rev

Rev 9370 | Rev 9377 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9370 Rev 9374
Line 1... Line 1...
1
import sys
1
import sys
2
import os
2
import os
Line -... Line 3...
-
 
3
 
3
 
4
path_to_tools_workspace = os.path.dirname(os.path.abspath(__file__))
4
path_to_tools = '..'
5
path_to_tools = os.path.dirname(path_to_tools_workspace)
Line 5... Line 6...
5
sys.path.append(path_to_tools)
6
sys.path.append(path_to_tools)
Line 6... Line 7...
6
 
7