Remove make_config()
from root namespace
i forget why..but this was causing some sort of problem. should have noted it at the time.. :(
This commit is contained in:
parent
658fbe3646
commit
4350704996
2 changed files with 2 additions and 14 deletions
|
@ -40,9 +40,9 @@ Create a config file, e.g. ``my.conf``:
|
|||
|
||||
In your app, load the config and reference its values as needed::
|
||||
|
||||
import wuttjamaican as wj
|
||||
from wuttjamaican.conf import make_config
|
||||
|
||||
config = wj.make_config('/path/to/my.conf')
|
||||
config = make_config('/path/to/my.conf')
|
||||
|
||||
config.get('foo.bar') # returns 'A'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue