[WS] Cache kolibri.img in _tools/cache

git-svn-id: svn://kolibrios.org@9383 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-12-04 10:35:34 +00:00
parent 460c5f6329
commit 9b8a7d74cc
3 changed files with 16 additions and 4 deletions

8
_tools/lib/constants.py Normal file
View File

@@ -0,0 +1,8 @@
import os
tools_lib_constants_py = os.path.abspath(__file__)
tools_lib = os.path.dirname(tools_lib_constants_py)
tools = os.path.dirname(tools_lib)
tools_cache = os.path.join(tools, "cache")
tools_cache_kolibri_img = os.path.join(tools_cache, "kolibri.img")