--backends is used on every frontends
This commit is contained in:
parent
e79e4bd65c
commit
758281effb
10 changed files with 28 additions and 18 deletions
|
|
@ -29,7 +29,7 @@ class Dummy(BaseApplication):
|
|||
APPNAME = 'dummy'
|
||||
|
||||
def main(self, argv):
|
||||
self.weboob.load_backends()
|
||||
self.load_backends()
|
||||
|
||||
for backend in self.weboob.iter_backends():
|
||||
print 'Backend [%s]' % backend.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue