global s/frontends/applications/
This commit is contained in:
parent
423bc10f33
commit
3bf9c2518b
88 changed files with 4387 additions and 28 deletions
|
|
@ -216,7 +216,7 @@ class ConsoleApplication(BaseApplication):
|
|||
loaded_backends = BaseApplication.load_backends(self, caps, names, *args, **kwargs)
|
||||
if not loaded_backends:
|
||||
logging.error(u'Cannot start application: no configured backend was found.\nHere is a list of all available backends:')
|
||||
from weboob.frontends.weboobcfg import WeboobCfg
|
||||
from weboob.applications.weboobcfg import WeboobCfg
|
||||
weboobcfg = WeboobCfg()
|
||||
if caps is not None:
|
||||
if not isinstance(caps, (list, tuple, set)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue