No need to support deprecated cgi module

This commit is contained in:
Laurent Bachelier 2013-07-27 15:19:58 +02:00
commit c193cae3b9
4 changed files with 4 additions and 20 deletions

View file

@ -21,11 +21,7 @@
import re
import urlparse
from logging import warning, debug
try:
from urlparse import parse_qs
except ImportError:
from cgi import parse_qs
from urlparse import parse_qs
from weboob.tools.misc import html2text, get_bytes_size
from weboob.capabilities.torrent import Torrent