Files
dragonpilot/common/basedir.py

5 lines
104 B
Python
Raw Normal View History

2017-09-30 03:07:27 -07:00
import os
2017-12-23 17:15:27 -08:00
BASEDIR = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))
2017-09-30 03:07:27 -07:00