mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bee3e28ff5 | |||
| 8c0b975e1b | |||
| 84a4053157 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| bee3e28ff5 |
Config: Accept strings as value for glob_paths
Make Config's ctor accept strings as values for glob_paths, as opposed to lists. This covers the canonical case of one configuration file being passed. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 8c0b975e1b |
Config: Mutually exclude loading from tree or files
Initializing Config from a StringTree object doesn't stop it from looking for config files to read. Stop that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 84a4053157 |
Add class Config
Signed-off-by: Jan Lindemann <jan@janware.com> |