Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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.  
  9.