better organisation in storage
This commit is contained in:
parent
92eed9465f
commit
bdf34a2176
2 changed files with 16 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ class IStorage:
|
|||
raise NotImplementedError()
|
||||
|
||||
try:
|
||||
from .config.yamlconfig import YamlConfig, ConfigError
|
||||
from .config.yamlconfig import YamlConfig
|
||||
except ImportError, e:
|
||||
debug('Import error for weboob.tools.config.yamlconfig: %s' % e)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue