fix yaml config loader
This commit is contained in:
parent
913d89192e
commit
82e9108aa8
3 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ class BaseApplication(object):
|
|||
if klass is None:
|
||||
# load Config only here because some applications don't want
|
||||
# to depend on yaml and do not use this function
|
||||
from weboob.tools.config.yaml import YamlConfig
|
||||
from weboob.tools.config.yamlconfig import YamlConfig
|
||||
klass = YamlConfig
|
||||
|
||||
if path is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue