1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 12:53:00 +00:00
kiwi-scp/src/kiwi/_constants.py

8 lines
189 B
Python
Raw Normal View History

2020-08-12 15:46:50 +00:00
# system
2020-08-11 12:03:00 +00:00
import os
2020-08-13 08:48:01 +00:00
# location of "src" directory to use
2020-08-11 12:03:00 +00:00
KIWI_ROOT = os.getenv('KIWI_ROOT', ".")
2020-08-13 08:48:01 +00:00
# default name of kiwi-config file
2020-08-11 12:03:00 +00:00
KIWI_CONF_NAME = os.getenv('KIWI_CONF_NAME', "kiwi.yml")