From db7b7bafe85976e3de791a37600c3c0336fce3a2 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Tue, 20 Apr 2010 19:08:51 +0200 Subject: [PATCH] use --backends shell option --- weboob/frontends/qvideoob/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/frontends/qvideoob/application.py b/weboob/frontends/qvideoob/application.py index 6bdc2e7a..db32bb8c 100644 --- a/weboob/frontends/qvideoob/application.py +++ b/weboob/frontends/qvideoob/application.py @@ -31,7 +31,7 @@ class QVideoob(QtApplication): } } def main(self, argv): - self.weboob.load_backends(ICapVideoProvider) + self.weboob.load_modules(ICapVideoProvider, names=self.enabled_backends) self.load_config() self.main_window = MainWindow(self.config, self.weboob)