fixed frontends
This commit is contained in:
parent
7d274c74b7
commit
098d22ba35
2 changed files with 2 additions and 3 deletions
|
|
@ -28,8 +28,7 @@ class Application(BaseApplication):
|
|||
APPNAME = 'dummy'
|
||||
|
||||
def main(self, argv):
|
||||
self.load_config()
|
||||
self.weboob.load_modules(backends=self.config.getbackends())
|
||||
self.weboob.load_modules()
|
||||
|
||||
for name, backend in self.weboob.iter_backends():
|
||||
print '= Processing backend name = %s' % name
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
"""
|
||||
|
||||
from .application import Application
|
||||
from .application import Travel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue