fix yaml config loader

This commit is contained in:
Romain Bignon 2010-04-03 18:31:17 +02:00
commit 82e9108aa8
3 changed files with 3 additions and 3 deletions

View file

@ -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: