Subversion Repositories Kolibri OS

Rev

Rev 9383 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9383 Rev 9385
Line 1... Line 1...
1
import os
1
import os
Line -... Line 2...
-
 
2
 
-
 
3
### PATHS
-
 
4
 
2
 
5
# _tools/lib/constants.py
-
 
6
tools_lib_constants_py = os.path.abspath(__file__)
-
 
7
 
3
tools_lib_constants_py = os.path.abspath(__file__)
8
# _tools/lib
-
 
9
tools_lib = os.path.dirname(tools_lib_constants_py)
-
 
10
 
4
tools_lib = os.path.dirname(tools_lib_constants_py)
11
# _tools
-
 
12
tools = os.path.dirname(tools_lib)
-
 
13
 
-
 
14
# _tools/workspace
-
 
15
tools_workspace = os.path.join(tools, "workspace")
-
 
16
 
5
tools = os.path.dirname(tools_lib)
17
# _tools/cache
-
 
18
tools_cache = os.path.join(tools, "cache")
-
 
19
 
6
tools_cache = os.path.join(tools, "cache")
20
# _tools/cache/kolibri.img