paths.py (308B)
1 # This file is dual licensed under the terms of the Apache License, Version 2 # 2.0, and the BSD License. See the LICENSE file in the root of this repository 3 # for complete details. 4 5 import os.path 6 7 PROJECT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) 8 9 CACHE = os.path.join(PROJECT, ".cache")