Skip to content

Instantly share code, notes, and snippets.

@professorjamesmoriarty
Created September 22, 2015 08:58
Show Gist options
  • Save professorjamesmoriarty/6c5526769dae9e34e1a0 to your computer and use it in GitHub Desktop.
Save professorjamesmoriarty/6c5526769dae9e34e1a0 to your computer and use it in GitHub Desktop.
#-*- 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')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment