display weboob-config-qt at launch on Qt applications when there are no configured backends
This commit is contained in:
parent
31445de767
commit
f0ea8829a2
5 changed files with 24 additions and 3 deletions
|
|
@ -109,6 +109,9 @@ class Weboob(object):
|
|||
def get_backend(self, name):
|
||||
return self.backend_instances[name]
|
||||
|
||||
def count_backends(self):
|
||||
return len(self.backend_instances)
|
||||
|
||||
def iter_backends(self, caps=None):
|
||||
"""
|
||||
Iter on each backends.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue