all loaded backends are now configured (refs #368)
This commit is contained in:
parent
8afff42465
commit
9581fa0b19
15 changed files with 17 additions and 45 deletions
|
|
@ -179,14 +179,6 @@ class BaseApplication(object):
|
|||
logging.warning(u'No backend loaded')
|
||||
return loaded
|
||||
|
||||
def load_configured_backends(self, caps=None, names=None, *args, **kwargs):
|
||||
if names is None:
|
||||
names = self.requested_backends
|
||||
loaded = self.weboob.load_configured_backends(caps, names, *args, **kwargs)
|
||||
if not loaded:
|
||||
logging.warning(u'No configured backend loaded')
|
||||
return loaded
|
||||
|
||||
def _get_optparse_version(self):
|
||||
version = None
|
||||
if self.VERSION:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue