secmi / const.py
tgey's picture
APP test
2145052
raw
history blame contribute delete
173 Bytes
import os
root_path = os.path.abspath(os.path.dirname(__file__))
while not os.path.isfile(os.path.join(root_path, '.gitignore')):
root_path = os.path.dirname(root_path)