Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-16 | Add comment as to why this cfg class is useful | Joshua Harlow | |
2012-06-15 | This provides a nice little utility class that avoids the python config ↵ | Joshua Harlow | |
parser throwing when options + values are being added to unknown sections since it handles the creation and checking that those sections exist before the option is added. Also it adds a little helper that can turn that config into a string. |