From 61f167bfde6dc57b37b7c2310cc7cc4a0d60ae96 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 27 Oct 2012 15:45:28 +0200 Subject: [PATCH] pyflakes fixes --- contrib/downloadboob/downloadboob.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/downloadboob/downloadboob.py b/contrib/downloadboob/downloadboob.py index f32c2b9b..ee31dda6 100644 --- a/contrib/downloadboob/downloadboob.py +++ b/contrib/downloadboob/downloadboob.py @@ -18,9 +18,7 @@ # You should have received a copy of the GNU Affero General Public License # along with weboob. If not, see . -import string import subprocess -import sys import os import re @@ -168,7 +166,7 @@ class Downloadboob: def do_download(self, video): if not video: - print >>sys.stderr, 'Video not found: %s' % _id + print >>sys.stderr, 'Video not found: %s' % video return 3 if not video.url: