fix script
This commit is contained in:
parent
54f9220555
commit
0dc4485076
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from weboob.core.backends import BackendsLoader
|
from weboob.core.modules import ModulesLoader
|
||||||
|
|
||||||
loader = BackendsLoader()
|
loader = ModulesLoader()
|
||||||
loader.load_all()
|
loader.load_all()
|
||||||
|
|
||||||
backends_without_icons = [name for name, backend in loader.loaded.iteritems() if backend.icon_path is None]
|
backends_without_icons = [name for name, backend in loader.loaded.iteritems() if backend.icon_path is None]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue