aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove unused importsPavlos Ratis2014-12-301-1/+2
|
* gkeys/SaneConfigParser: Fix py3 importsBrian Dolbec2014-12-251-6/+3
|
* gkeys/config.py: Subclass ConfigParser to be able to set defaults in the configBrian Dolbec2014-12-231-0/+27
Allow some base defaults to be set in the [base] section of the config. Reset our defaults from those changes. Resave the new defaults back to the configparser for interpolation when retrieving the values.