add configuration handling module
This module contains the logic to load default, system-wide and, if specified, additional configuration files and merges them into two dictionaries: `config` and `email_overrides`. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
3bde7e6e54
commit
c71b3cc0ad
2 changed files with 152 additions and 0 deletions
|
@ -4,4 +4,5 @@ dogpile.cache
|
|||
python-fedora
|
||||
PyYAML
|
||||
requests
|
||||
toml
|
||||
urllib3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue