/
niceSOFT
/
packaging
Обзор
Документация
Войти
/
niceSOFT
/
packaging
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tasks/paths.py
9 строк
308 B
Jon Dufresne
Use isort (#377)
04 янв 2021, 23:40
Не верифицирован
04 янв 2021, 23:40
28d2fa0
Код
Авторство
О чём код?
# This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. import os.path PROJECT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) CACHE = os.path.join(PROJECT, ".cache")