From 95edb50496b8717631abaedaf9a28ba350045a67 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Mon, 11 Apr 2011 14:38:44 +0200 Subject: [PATCH] little fix --- weboob/applications/videoob/videoob.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index 3e9b9065..dbb5db1a 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -249,8 +249,6 @@ class Videoob(ReplApplication): for name in [b.NAME for b in self.weboob.iter_backends(caps=ICapCollection)]: print name return 0 - - backend = [b for b in self.enabled_backends if b.NAME == self.working_dir[0]][0] def do(backend): return backend.iter_resources(self.working_dir[1:])