Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9383 Boppan 1
import os
2
 
3
tools_lib_constants_py = os.path.abspath(__file__)
4
tools_lib = os.path.dirname(tools_lib_constants_py)
5
tools = os.path.dirname(tools_lib)
6
tools_cache = os.path.join(tools, "cache")
7
tools_cache_kolibri_img = os.path.join(tools_cache, "kolibri.img")
8