comfortable-swipe/comfortable_swipe/constants.py
2019-03-03 20:24:50 +08:00

10 lines
253 B
Python

import os
import sys
EXE = 'comfortable-swipe'
DIR = os.path.dirname(os.path.abspath(__file__))
RES = os.path.join(DIR, 'res')
CONFIG = os.path.join(sys.prefix, 'local', 'share', EXE, EXE + '.conf')
DEFAULT_CONFIG = os.path.join(RES, 'defaults.conf')