files
KOS_qrcodes/_tools/lib/constants.py
Magomed Kostoev (mkostoevr) 9b8a7d74cc [WS] Cache kolibri.img in _tools/cache
git-svn-id: svn://kolibrios.org@9383 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-12-04 10:35:34 +00:00

9 lines
260 B
Python

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")