Documented some changes in config handling.
This commit is contained in:
parent
fa9817778c
commit
34a494713c
2 changed files with 4 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ class Config(dict):
|
|||
root path.
|
||||
:param silent: set to `True` if you want silent to fail for missing
|
||||
files.
|
||||
|
||||
.. versionadded:: 0.7
|
||||
`silent` parameter.
|
||||
"""
|
||||
filename = os.path.join(self.root_path, filename)
|
||||
d = imp.new_module('config')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue