fix pyflakes

This commit is contained in:
Roger Philibert 2010-04-20 23:58:27 +02:00
commit 02c6ae851c
3 changed files with 1 additions and 3 deletions

View file

@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from logging import error
import re
import urllib
from weboob.tools.browser import BaseBrowser

View file

@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from logging import error, warning
import re
from weboob.capabilities.video import Video

View file

@ -22,7 +22,6 @@ import urllib
import re
from weboob.tools.browser import BaseBrowser
from weboob.tools.parsers.lxmlparser import LxmlHtmlParser
from .pages import VideoPage, ResultsPage