Skip to content

Instantly share code, notes, and snippets.

View SethDusek's full-sized avatar
🏠
Working from home

Kamal Ahmad SethDusek

🏠
Working from home
View GitHub Profile
#-*- coding:utf-8 -*-
# AUTHOR: shaggy
# FILE: configtest.py
# ROLE: TODO (some explanation)
# CREATED: 2015-09-22 01:56:02
# MODIFIED: 2015-09-22 01:57:57
HOME = os.path.expanduser('~')
XDG_HOME = os.getenv('XDG_CONFIG_HOME', os.path.join(HOME, '.config'))
CONFIG = os.path.join(XDG_HOME, 'dfine', 'define.cfg')